#cd51cc

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

Shades of Fuchsia #CD51CC

Tints of Fuchsia #CD51CC

Color information

#CD51CC (or 0xCD51CC) is unknown color: approx Fuchsia. HEX triplet: CD, 51 and CC. RGB value is (205,81,204). Sum of RGB (Red+Green+Blue) = 205+81+204=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD51CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD51CC is #32AE33. Grayscale: #838383. Windows color (decimal): -3321396 or 13390285. OLE color: 13390285.

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

Color convert

RGB20581204-
CMYK00.600.000.20
HSL300.48º55.36%56.08%-
HSV(B)300.48º60.49%80.39%-
XYZ39.0223.2259.55-
YUV132.1168.58180-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=41.84%
G=16.53%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058120400.600.000.20300.4855.3656.08
HexCD51CC03C01412c3738
Octal3151213140740244546770
Binary110011011010001110011000111100010100100101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd51cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd51cc; }

 p { color: rgb(205,81,204); }

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

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

 a { background-color: rgb(205,81,204); }

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

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

 span { border-color: rgb(205,81,204); }

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