#CD60C0

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

Shades of Fuchsia #CD60C0

Tints of Fuchsia #CD60C0

Color information

#CD60C0 (or 0xCD60C0) is unknown color: approx Fuchsia. HEX triplet: CD, 60 and C0. RGB value is (205,96,192). Sum of RGB (Red+Green+Blue) = 205+96+192=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD60C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60C0 is #329F3F. Grayscale: #8B8B8B. Windows color (decimal): -3317568 or 12607693. OLE color: 12607693.

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

Color convert

RGB20596192-
CMYK00.530.060.20
HSL307.16º52.15%59.02%-
HSV(B)307.16º53.17%80.39%-
XYZ38.8725.1552.67-
YUV139.54157.61174.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=41.58%
G=19.47%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059619200.530.060.20307.1652.1559.02
HexCD60C0035614133343b
Octal3151403000656244636473
Binary11001101110000011000000011010111010100100110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60C0; }

 p { color: rgb(205,96,192); }

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

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

 a { background-color: rgb(205,96,192); }

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

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

 span { border-color: rgb(205,96,192); }

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