Html Css Color HEX #C212DB Deep Magenta

📋 copy color: '#C212DB'

red 194 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #C212DB

Tints of Deep Magenta #C212DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 45.01%
G = 4.18%
B = 50.81%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C212DB (or 0xC212DB) is known color: Deep Magenta. HEX triplet: C2, 12 and DB. RGB value is (194,18,219). Sum of RGB (Red+Green+Blue) = 194+18+219=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #C212DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212DB is #3DED24. Grayscale: #5C5C5C. Windows color (decimal): -4058405 or 14357186. OLE color: 14357186.

HSL color Cylindrical-coordinate representation of color #C212DB: hue angle of 292.54º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C212DB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 18 219 -
CMYK 0.11 0.92 0 0.14
HSL 292.54º 0.85% 0.46% -
HSV(B) 292.54º 0.92% 0.86% -
XYZ 35.25 17.02 68.44 -
YUV 93.54 198.81 199.66 -
System Red Green Blue C M Y K H S L
Decimal 194 18 219 0.11 0.92 0 0.14 292.54 0.85 0.46
Hex C2 12 DB B 5C 0 E 125 55 2E
Octal 302 22 333 13 134 0 16 445 125 56
Binary 11000010 10010 11011011 1011 1011100 0 1110 100100101 1010101 101110

Color Harmonies of #C212DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212DB

Black with #C212DB

Text Example


Text Example

White with #C212DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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