Html Css Color HEX #D60CC5 Deep Magenta

📋 copy color: '#D60CC5'

red 214 ◦ green 12 ◦ blue 197

#D60CC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D60CC5

Tints of Deep Magenta #D60CC5

RGB

 RED value IS 214 (83.98% from 255) = 50.59%

 GREEN value IS 12 (5.08% from 255) = 2.84%

 BLUE value IS 197 (77.34% from 255) = 46.57%

R = 50.59%
G = 2.84%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D60CC5 (or 0xD60CC5) is known color: Deep Magenta. HEX triplet: D6, 0C and C5. RGB value is (214,12,197). Sum of RGB (Red+Green+Blue) = 214+12+197=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CC5 is #29F33A. Grayscale: #5C5C5C. Windows color (decimal): -2749243 or 12913878. OLE color: 12913878.

HSL color Cylindrical-coordinate representation of color #D60CC5: hue angle of 305.05º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60CC5 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 197 -
CMYK 0 0.94 0.08 0.16
HSL 305.05º 0.89% 0.44% -
HSV(B) 305.05º 0.94% 0.84% -
XYZ 37.94 18.59 54.41 -
YUV 93.49 186.42 213.96 -
System Red Green Blue C M Y K H S L
Decimal 214 12 197 0 0.94 0.08 0.16 305.05 0.89 0.44
Hex D6 C C5 0 5E 8 10 131 59 2C
Octal 326 14 305 0 136 10 20 461 131 54
Binary 11010110 1100 11000101 0 1011110 1000 10000 100110001 1011001 101100

Color Harmonies of #D60CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CC5

Black with #D60CC5

Text Example


Text Example

White with #D60CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CC5; }

 p { color: rgb(214,12,197); }

 H1.HeaderClassName
 {
   color: #D60CC5;
 }
 .AnyTagClassName
 {
   color: #D60CC5;
 }
</style>

background-color css

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

 a { background-color: rgb(214,12,197); }

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

border-color css

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

 span { border-color: rgb(214,12,197); }

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