#CB66B4

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

Shades of Fuchsia #CB66B4

Tints of Fuchsia #CB66B4

Color information

#CB66B4 (or 0xCB66B4) is unknown color: approx Fuchsia. HEX triplet: CB, 66 and B4. RGB value is (203,102,180). Sum of RGB (Red+Green+Blue) = 203+102+180=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66B4 is #34994B. Grayscale: #8C8C8C. Windows color (decimal): -3447116 or 11822795. OLE color: 11822795.

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

Color convert

RGB203102180-
CMYK00.500.110.20
HSL313.66º49.27%59.8%-
HSV(B)313.66º49.75%79.61%-
XYZ37.6225.4946.12-
YUV141.09149.96172.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=41.86%
G=21.03%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310218000.500.110.20313.6649.2759.8
HexCB66B4032B1413a313c
Octal31314626406213244726174
Binary110010111100110101101000110010101110100100111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66B4; }

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

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

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

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

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

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

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

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