#CB52AA

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

Shades of Fuchsia #CB52AA

Tints of Fuchsia #CB52AA

Color information

#CB52AA (or 0xCB52AA) is unknown color: approx Fuchsia. HEX triplet: CB, 52 and AA. RGB value is (203,82,170). Sum of RGB (Red+Green+Blue) = 203+82+170=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB52AA is #34AD55. Grayscale: #7F7F7F. Windows color (decimal): -3452246 or 11162315. OLE color: 11162315.

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

Color convert

RGB20382170-
CMYK00.600.160.20
HSL316.36º53.78%55.88%-
HSV(B)316.36º59.61%79.61%-
XYZ34.921.6340.37-
YUV128.21151.59181.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=44.62%
G=18.02%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038217000.600.160.20316.3653.7855.88
HexCB52AA03C101413c3638
Octal31312225207420244746670
Binary1100101110100101010101001111001000010100100111100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB52AA; }

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

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

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

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

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

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

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

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