Html Css Color HEX #C012DD Deep Magenta

📋 copy color: '#C012DD'

red 192 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #C012DD

Tints of Deep Magenta #C012DD

RGB

 RED value IS 192 (75.39% from 255) = 44.55%

 GREEN value IS 18 (7.42% from 255) = 4.18%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 44.55%
G = 4.18%
B = 51.28%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C012DD (or 0xC012DD) is known color: Deep Magenta. HEX triplet: C0, 12 and DD. RGB value is (192,18,221). Sum of RGB (Red+Green+Blue) = 192+18+221=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #C012DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012DD is #3FED22. Grayscale: #5C5C5C. Windows color (decimal): -4189475 or 14488256. OLE color: 14488256.

HSL color Cylindrical-coordinate representation of color #C012DD: hue angle of 291.43º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C012DD is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 18 221 -
CMYK 0.13 0.92 0 0.13
HSL 291.43º 0.85% 0.47% -
HSV(B) 291.43º 0.92% 0.87% -
XYZ 35.01 16.86 69.82 -
YUV 93.17 200.15 198.49 -
System Red Green Blue C M Y K H S L
Decimal 192 18 221 0.13 0.92 0 0.13 291.43 0.85 0.47
Hex C0 12 DD D 5C 0 D 123 55 2F
Octal 300 22 335 15 134 0 15 443 125 57
Binary 11000000 10010 11011101 1101 1011100 0 1101 100100011 1010101 101111

Color Harmonies of #C012DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012DD

Black with #C012DD

Text Example


Text Example

White with #C012DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012DD; }

 p { color: rgb(192,18,221); }

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

background-color css

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

 a { background-color: rgb(192,18,221); }

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

border-color css

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

 span { border-color: rgb(192,18,221); }

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