#CB33AD

Color #CB33AD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB33AD

Tints of Fuchsia #CB33AD

Color information

#CB33AD (or 0xCB33AD) is unknown color: approx Fuchsia. HEX triplet: CB, 33 and AD. RGB value is (203,51,173). Sum of RGB (Red+Green+Blue) = 203+51+173=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB33AD is #34CC52. Grayscale: #6E6E6E. Windows color (decimal): -3460179 or 11350987. OLE color: 11350987.

HSL color Cylindrical-coordinate representation of color #CB33AD: hue angle of 311.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB33AD is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB20351173-
CMYK00.750.150.20
HSL311.84º59.84%49.8%-
HSV(B)311.84º74.88%79.61%-
XYZ33.3618.0841.27-
YUV110.36163.36194.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 51 (20.31% from 255) = 11.94%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=47.54%
G=11.94%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035117300.750.150.20311.8459.8449.8
HexCB33AD04BF141383c32
Octal31363255011317244707462
Binary110010111100111010110101001011111110100100111000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB33AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB33AD; }

 p { color: rgb(203,51,173); }

 H1.HeaderClassName
 {
   color: #CB33AD;
 }
 .AnyTagClassName
 {
   color: #CB33AD;
 }
</style>
background-color css

<style>
 a { background-color: #CB33AD; }

 a { background-color: rgb(203,51,173); }

 div.DivClassName
 {
   background-color: #CB33AD;
 }
 .BgClassName
 {
   background-color: #CB33AD;
 }
</style>
border-color css

<style>
 span { border-color: #CB33AD; }

 span { border-color: rgb(203,51,173); }

 td.TdClassName
 {
   border-color: #CB33AD;
 }
 .TagClassName
 {
   border-color: #CB33AD;
 }
</style>