#CB66BE

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

Shades of Fuchsia #CB66BE

Tints of Fuchsia #CB66BE

Color information

#CB66BE (or 0xCB66BE) is unknown color: approx Fuchsia. HEX triplet: CB, 66 and BE. RGB value is (203,102,190). Sum of RGB (Red+Green+Blue) = 203+102+190=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66BE is #349941. Grayscale: #8D8D8D. Windows color (decimal): -3447106 or 12478155. OLE color: 12478155.

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

Color convert

RGB203102190-
CMYK00.500.060.20
HSL307.72º49.27%59.8%-
HSV(B)307.72º49.75%79.61%-
XYZ38.6725.9251.68-
YUV142.23154.96171.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=41.01%
G=20.61%
B=38.38%

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
Decimal20310219000.500.060.20307.7249.2759.8
HexCB66BE032614134313c
Octal3131462760626244646174
Binary11001011110011010111110011001011010100100110100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB66BE; }

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

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

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

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

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

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

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

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