#CB52C2

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

Shades of Fuchsia #CB52C2

Tints of Fuchsia #CB52C2

Color information

#CB52C2 (or 0xCB52C2) is unknown color: approx Fuchsia. HEX triplet: CB, 52 and C2. RGB value is (203,82,194). Sum of RGB (Red+Green+Blue) = 203+82+194=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52C2 is #34AD3D. Grayscale: #828282. Windows color (decimal): -3452222 or 12735179. OLE color: 12735179.

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

Color convert

RGB20382194-
CMYK00.600.040.20
HSL304.46º53.78%55.88%-
HSV(B)304.46º59.61%79.61%-
XYZ37.3822.6353.44-
YUV130.95163.59179.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 82 (32.42% from 255) = 17.12%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=42.38%
G=17.12%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038219400.600.040.20304.4653.7855.88
HexCB52C203C4141303638
Octal3131223020744244606670
Binary11001011101001011000010011110010010100100110000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB52C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB52C2; }

 p { color: rgb(203,82,194); }

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

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

 a { background-color: rgb(203,82,194); }

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

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

 span { border-color: rgb(203,82,194); }

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