#c60dcd

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

Shades of Deep Magenta #C60DCD

Tints of Deep Magenta #C60DCD

Color information

#C60DCD (or 0xC60DCD) is unknown color: approx Deep Magenta. HEX triplet: C6, 0D and CD. RGB value is (198,13,205). Sum of RGB (Red+Green+Blue) = 198+13+205=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #C60DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DCD is #39F232. Grayscale: #595959. Windows color (decimal): -3797555 or 13438406. OLE color: 13438406.

HSL color Cylindrical-coordinate representation of color #C60DCD: hue angle of 297.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60DCD is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19813205-
CMYK0.030.9400.20
HSL297.81º88.07%42.75%-
HSV(B)297.81º93.66%80.39%-
XYZ34.4516.759.17-
YUV90.2192.79204.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.60%
GREEN value IS 13 (5.47% from 255) = 3.12%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=47.60%
G=3.12%
B=49.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198132050.030.9400.20297.8188.0742.75
HexC6DCD35E01412a582b
Octal30615315313602445213053
Binary110001101101110011011110111100101001001010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c60dcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c60dcd; }

 p { color: rgb(198,13,205); }

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

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

 a { background-color: rgb(198,13,205); }

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

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

 span { border-color: rgb(198,13,205); }

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