#CB33B5

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

Shades of Fuchsia #CB33B5

Tints of Fuchsia #CB33B5

Color information

#CB33B5 (or 0xCB33B5) is unknown color: approx Fuchsia. HEX triplet: CB, 33 and B5. RGB value is (203,51,181). Sum of RGB (Red+Green+Blue) = 203+51+181=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33B5 is #34CC4A. Grayscale: #6E6E6E. Windows color (decimal): -3460171 or 11875275. OLE color: 11875275.

HSL color Cylindrical-coordinate representation of color #CB33B5: hue angle of 308.68º 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 #CB33B5 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB20351181-
CMYK00.750.110.20
HSL308.68º59.84%49.8%-
HSV(B)308.68º74.88%79.61%-
XYZ34.1518.445.47-
YUV111.27167.36193.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 51 (20.31% from 255) = 11.72%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=46.67%
G=11.72%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035118100.750.110.20308.6859.8449.8
HexCB33B504BB141353c32
Octal31363265011313244657462
Binary110010111100111011010101001011101110100100110101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB33B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB33B5; }

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

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

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

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

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

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

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

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