Html Css Color HEX #C212DD Deep Magenta

📋 copy color: '#C212DD'

red 194 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #C212DD

Tints of Deep Magenta #C212DD

RGB

 RED value IS 194 (76.17% from 255) = 44.8%

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

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

R = 44.8%
G = 4.16%
B = 51.04%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C212DD (or 0xC212DD) is known color: Deep Magenta. HEX triplet: C2, 12 and DD. RGB value is (194,18,221). Sum of RGB (Red+Green+Blue) = 194+18+221=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #C212DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212DD is #3DED22. Grayscale: #5D5D5D. Windows color (decimal): -4058403 or 14488258. OLE color: 14488258.

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

Color convert

RGB 194 18 221 -
CMYK 0.12 0.92 0 0.13
HSL 292.02º 0.85% 0.47% -
HSV(B) 292.02º 0.92% 0.87% -
XYZ 35.52 17.12 69.84 -
YUV 93.77 199.81 199.49 -
System Red Green Blue C M Y K H S L
Decimal 194 18 221 0.12 0.92 0 0.13 292.02 0.85 0.47
Hex C2 12 DD C 5C 0 D 124 55 2F
Octal 302 22 335 14 134 0 15 444 125 57
Binary 11000010 10010 11011101 1100 1011100 0 1101 100100100 1010101 101111

Color Harmonies of #C212DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212DD

Black with #C212DD

Text Example


Text Example

White with #C212DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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