#CB52AD

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

Shades of Fuchsia #CB52AD

Tints of Fuchsia #CB52AD

Color information

#CB52AD (or 0xCB52AD) is unknown color: approx Fuchsia. HEX triplet: CB, 52 and AD. RGB value is (203,82,173). Sum of RGB (Red+Green+Blue) = 203+82+173=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB52AD is #34AD52. Grayscale: #808080. Windows color (decimal): -3452243 or 11358923. OLE color: 11358923.

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

Color convert

RGB20382173-
CMYK00.600.150.20
HSL314.88º53.78%55.88%-
HSV(B)314.88º59.61%79.61%-
XYZ35.1921.7541.88-
YUV128.55153.09181.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 82 (32.42% from 255) = 17.90%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=44.32%
G=17.90%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038217300.600.150.20314.8853.7855.88
HexCB52AD03CF1413b3638
Octal31312225507417244736670
Binary110010111010010101011010111100111110100100111011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB52AD; }

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

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

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

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

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

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

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

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