#CD52C8

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

Shades of Fuchsia #CD52C8

Tints of Fuchsia #CD52C8

Color information

#CD52C8 (or 0xCD52C8) is unknown color: approx Fuchsia. HEX triplet: CD, 52 and C8. RGB value is (205,82,200). Sum of RGB (Red+Green+Blue) = 205+82+200=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52C8 is #32AD37. Grayscale: #838383. Windows color (decimal): -3321144 or 13128397. OLE color: 13128397.

HSL color Cylindrical-coordinate representation of color #CD52C8: hue angle of 302.44º degrees, saturation: 0.55, 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 #CD52C8 is Cyan = 0, Magento = 0.6, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20582200-
CMYK00.60.020.20
HSL302.44º55.16%56.27%-
HSV(B)302.44º60%80.39%-
XYZ38.6223.1857.08-
YUV132.23166.25179.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 82 (32.42% from 255) = 16.84%
BLUE value IS 200 (78.52% from 255) = 41.07%
R=42.09%
G=16.84%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058220000.60.020.20302.4455.1656.27
HexCD52C803C21412e3738
Octal3151223100742244566770
Binary1100110110100101100100001111001010100100101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD52C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD52C8; }

 p { color: rgb(205,82,200); }

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

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

 a { background-color: rgb(205,82,200); }

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

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

 span { border-color: rgb(205,82,200); }

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