Html Css Color HEX #D40CBC Deep Magenta

📋 copy color: '#D40CBC'

red 212 ◦ green 12 ◦ blue 188

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

Shades of Deep Magenta #D40CBC

Tints of Deep Magenta #D40CBC

RGB

 RED value IS 212 (83.2% from 255) = 51.46%

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

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

R = 51.46%
G = 2.91%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D40CBC (or 0xD40CBC) is known color: Deep Magenta. HEX triplet: D4, 0C and BC. RGB value is (212,12,188). Sum of RGB (Red+Green+Blue) = 212+12+188=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CBC is #2BF343. Grayscale: #5B5B5B. Windows color (decimal): -2880324 or 12324052. OLE color: 12324052.

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

Color convert

RGB 212 12 188 -
CMYK 0 0.94 0.11 0.17
HSL 307.2º 0.89% 0.44% -
HSV(B) 307.2º 0.94% 0.83% -
XYZ 36.36 17.89 49.11 -
YUV 91.86 182.26 213.69 -
System Red Green Blue C M Y K H S L
Decimal 212 12 188 0 0.94 0.11 0.17 307.2 0.89 0.44
Hex D4 C BC 0 5E B 11 133 59 2C
Octal 324 14 274 0 136 13 21 463 131 54
Binary 11010100 1100 10111100 0 1011110 1011 10001 100110011 1011001 101100

Color Harmonies of #D40CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CBC

Black with #D40CBC

Text Example


Text Example

White with #D40CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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