#CB33B7

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

Shades of Fuchsia #CB33B7

Tints of Fuchsia #CB33B7

Color information

#CB33B7 (or 0xCB33B7) is unknown color: approx Fuchsia. HEX triplet: CB, 33 and B7. RGB value is (203,51,183). Sum of RGB (Red+Green+Blue) = 203+51+183=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33B7 is #34CC48. Grayscale: #6F6F6F. Windows color (decimal): -3460169 or 12006347. OLE color: 12006347.

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

Color convert

RGB20351183-
CMYK00.750.100.20
HSL307.89º59.84%49.8%-
HSV(B)307.89º74.88%79.61%-
XYZ34.3618.4846.56-
YUV111.5168.36193.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 51 (20.31% from 255) = 11.67%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=46.45%
G=11.67%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035118300.750.100.20307.8959.8449.8
HexCB33B704BA141343c32
Octal31363267011312244647462
Binary110010111100111011011101001011101010100100110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB33B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB33B7; }

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

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

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

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

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

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

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

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