#CB66BF

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

Shades of Fuchsia #CB66BF

Tints of Fuchsia #CB66BF

Color information

#CB66BF (or 0xCB66BF) is unknown color: approx Fuchsia. HEX triplet: CB, 66 and BF. RGB value is (203,102,191). Sum of RGB (Red+Green+Blue) = 203+102+191=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66BF is #349940. Grayscale: #8E8E8E. Windows color (decimal): -3447105 or 12543691. OLE color: 12543691.

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

Color convert

RGB203102191-
CMYK00.500.060.20
HSL307.13º49.27%59.8%-
HSV(B)307.13º49.75%79.61%-
XYZ38.7825.9652.26-
YUV142.34155.46171.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 191 (75% from 255) = 38.51%
R=40.93%
G=20.56%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310219100.500.060.20307.1349.2759.8
HexCB66BF032614133313c
Octal3131462770626244636174
Binary11001011110011010111111011001011010100100110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66BF; }

 p { color: rgb(203,102,191); }

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

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

 a { background-color: rgb(203,102,191); }

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

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

 span { border-color: rgb(203,102,191); }

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