#CB4ECF

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

Shades of Fuchsia #CB4ECF

Tints of Fuchsia #CB4ECF

Color information

#CB4ECF (or 0xCB4ECF) is unknown color: approx Fuchsia. HEX triplet: CB, 4E and CF. RGB value is (203,78,207). Sum of RGB (Red+Green+Blue) = 203+78+207=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4ECF is #34B130. Grayscale: #818181. Windows color (decimal): -3453233 or 13586123. OLE color: 13586123.

HSL color Cylindrical-coordinate representation of color #CB4ECF: hue angle of 298.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4ECF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20378207-
CMYK0.020.6200.19
HSL298.14º57.33%55.88%-
HSV(B)298.14º62.32%81.18%-
XYZ38.6222.6561.37-
YUV130.08171.41180.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 78 (30.86% from 255) = 15.98%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=41.60%
G=15.98%
B=42.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203782070.020.6200.19298.1457.3355.88
HexCB4ECF23E01312a3938
Octal3131163172760234527170
Binary1100101110011101100111110111110010011100101010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4ECF; }

 p { color: rgb(203,78,207); }

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

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

 a { background-color: rgb(203,78,207); }

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

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

 span { border-color: rgb(203,78,207); }

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