Html Css Color HEX #C212DE Deep Magenta

📋 copy color: '#C212DE'

red 194 ◦ green 18 ◦ blue 222

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

Shades of Deep Magenta #C212DE

Tints of Deep Magenta #C212DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 44.7%
G = 4.15%
B = 51.15%

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

#C212DE (or 0xC212DE) is known color: Deep Magenta. HEX triplet: C2, 12 and DE. RGB value is (194,18,222). Sum of RGB (Red+Green+Blue) = 194+18+222=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #C212DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212DE is #3DED21. Grayscale: #5D5D5D. Windows color (decimal): -4058402 or 14553794. OLE color: 14553794.

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

Color convert

RGB 194 18 222 -
CMYK 0.13 0.92 0 0.13
HSL 291.76º 0.85% 0.47% -
HSV(B) 291.76º 0.92% 0.87% -
XYZ 35.65 17.18 70.54 -
YUV 93.88 200.31 199.41 -
System Red Green Blue C M Y K H S L
Decimal 194 18 222 0.13 0.92 0 0.13 291.76 0.85 0.47
Hex C2 12 DE D 5C 0 D 124 55 2F
Octal 302 22 336 15 134 0 15 444 125 57
Binary 11000010 10010 11011110 1101 1011100 0 1101 100100100 1010101 101111

Color Harmonies of #C212DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212DE

Black with #C212DE

Text Example


Text Example

White with #C212DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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