Html Css Color HEX #C212D7 Deep Magenta

📋 copy color: '#C212D7'

red 194 ◦ green 18 ◦ blue 215

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

Shades of Deep Magenta #C212D7

Tints of Deep Magenta #C212D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.35%

R = 45.43%
G = 4.22%
B = 50.35%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C212D7 (or 0xC212D7) is known color: Deep Magenta. HEX triplet: C2, 12 and D7. RGB value is (194,18,215). Sum of RGB (Red+Green+Blue) = 194+18+215=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #C212D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212D7 is #3DED28. Grayscale: #5C5C5C. Windows color (decimal): -4058409 or 14095042. OLE color: 14095042.

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

Color convert

RGB 194 18 215 -
CMYK 0.10 0.92 0 0.16
HSL 293.6º 0.85% 0.46% -
HSV(B) 293.6º 0.92% 0.84% -
XYZ 34.73 16.81 65.7 -
YUV 93.08 196.81 199.98 -
System Red Green Blue C M Y K H S L
Decimal 194 18 215 0.10 0.92 0 0.16 293.6 0.85 0.46
Hex C2 12 D7 A 5C 0 10 126 55 2E
Octal 302 22 327 12 134 0 20 446 125 56
Binary 11000010 10010 11010111 1010 1011100 0 10000 100100110 1010101 101110

Color Harmonies of #C212D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212D7

Black with #C212D7

Text Example


Text Example

White with #C212D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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