#CB4FCC

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

Shades of Fuchsia #CB4FCC

Tints of Fuchsia #CB4FCC

Color information

#CB4FCC (or 0xCB4FCC) is unknown color: approx Fuchsia. HEX triplet: CB, 4F and CC. RGB value is (203,79,204). Sum of RGB (Red+Green+Blue) = 203+79+204=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4FCC is #34B033. Grayscale: #818181. Windows color (decimal): -3452980 or 13389771. OLE color: 13389771.

HSL color Cylindrical-coordinate representation of color #CB4FCC: hue angle of 299.52º degrees, saturation: 0.55, 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 #CB4FCC is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20379204-
CMYK0.000.6100.2
HSL299.52º55.07%55.49%-
HSV(B)299.52º61.27%80%-
XYZ38.3222.6559.48-
YUV130.33169.58179.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 79 (31.25% from 255) = 16.26%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=41.77%
G=16.26%
B=41.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203792040.000.6100.2299.5255.0755.49
HexCB4FCC03D01412c3737
Octal3131173140750244546767
Binary110010111001111110011000111101010100100101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4FCC; }

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

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

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

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

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

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

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

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