Html Css Color HEX #D60CBC Deep Magenta

📋 copy color: '#D60CBC'

red 214 ◦ green 12 ◦ blue 188

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

Shades of Deep Magenta #D60CBC

Tints of Deep Magenta #D60CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 51.69%
G = 2.9%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D60CBC (or 0xD60CBC) is known color: Deep Magenta. HEX triplet: D6, 0C and BC. RGB value is (214,12,188). Sum of RGB (Red+Green+Blue) = 214+12+188=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CBC is #29F343. Grayscale: #5B5B5B. Windows color (decimal): -2749252 or 12324054. OLE color: 12324054.

HSL color Cylindrical-coordinate representation of color #D60CBC: hue angle of 307.72º 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 #D60CBC is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 188 -
CMYK 0 0.94 0.12 0.16
HSL 307.72º 0.89% 0.44% -
HSV(B) 307.72º 0.94% 0.84% -
XYZ 36.94 18.19 49.14 -
YUV 92.46 181.92 214.69 -
System Red Green Blue C M Y K H S L
Decimal 214 12 188 0 0.94 0.12 0.16 307.72 0.89 0.44
Hex D6 C BC 0 5E C 10 134 59 2C
Octal 326 14 274 0 136 14 20 464 131 54
Binary 11010110 1100 10111100 0 1011110 1100 10000 100110100 1011001 101100

Color Harmonies of #D60CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CBC

Black with #D60CBC

Text Example


Text Example

White with #D60CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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