#CD5FCC

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

Shades of Fuchsia #CD5FCC

Tints of Fuchsia #CD5FCC

Color information

#CD5FCC (or 0xCD5FCC) is unknown color: approx Fuchsia. HEX triplet: CD, 5F and CC. RGB value is (205,95,204). Sum of RGB (Red+Green+Blue) = 205+95+204=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FCC is #32A033. Grayscale: #8B8B8B. Windows color (decimal): -3317812 or 13393869. OLE color: 13393869.

HSL color Cylindrical-coordinate representation of color #CD5FCC: hue angle of 300.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD5FCC is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB20595204-
CMYK00.540.000.20
HSL300.55º52.38%58.82%-
HSV(B)300.55º53.66%80.39%-
XYZ40.1725.5259.94-
YUV140.32163.94174.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 95 (37.5% from 255) = 18.85%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=40.67%
G=18.85%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059520400.540.000.20300.5552.3858.82
HexCD5FCC03601412d343b
Octal3151373140660244556473
Binary110011011011111110011000110110010100100101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5FCC; }

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

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

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

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

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

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

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

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