#CB4FC3

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

Shades of Fuchsia #CB4FC3

Tints of Fuchsia #CB4FC3

Color information

#CB4FC3 (or 0xCB4FC3) is unknown color: approx Fuchsia. HEX triplet: CB, 4F and C3. RGB value is (203,79,195). Sum of RGB (Red+Green+Blue) = 203+79+195=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4FC3 is #34B03C. Grayscale: #808080. Windows color (decimal): -3452989 or 12799947. OLE color: 12799947.

HSL color Cylindrical-coordinate representation of color #CB4FC3: hue angle of 303.87º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB4FC3 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB20379195-
CMYK00.610.040.20
HSL303.87º54.39%55.29%-
HSV(B)303.87º61.08%79.61%-
XYZ37.2722.2353.96-
YUV129.3165.08180.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 79 (31.25% from 255) = 16.56%
BLUE value IS 195 (76.56% from 255) = 40.88%
R=42.56%
G=16.56%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037919500.610.040.20303.8754.3955.29
HexCB4FC303D4141303637
Octal3131173030754244606667
Binary11001011100111111000011011110110010100100110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4FC3; }

 p { color: rgb(203,79,195); }

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

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

 a { background-color: rgb(203,79,195); }

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

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

 span { border-color: rgb(203,79,195); }

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