Html Css Color HEX #C212AB Deep Magenta

📋 copy color: '#C212AB'

red 194 ◦ green 18 ◦ blue 171

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

Shades of Deep Magenta #C212AB

Tints of Deep Magenta #C212AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 50.65%
G = 4.7%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C212AB (or 0xC212AB) is known color: Deep Magenta. HEX triplet: C2, 12 and AB. RGB value is (194,18,171). Sum of RGB (Red+Green+Blue) = 194+18+171=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C212AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C212AB is #3DED54. Grayscale: #575757. Windows color (decimal): -4058453 or 11211458. OLE color: 11211458.

HSL color Cylindrical-coordinate representation of color #C212AB: hue angle of 307.84º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212AB is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 171 -
CMYK 0 0.91 0.12 0.24
HSL 307.84º 0.83% 0.42% -
HSV(B) 307.84º 0.91% 0.76% -
XYZ 29.82 14.84 39.82 -
YUV 88.07 174.81 203.56 -
System Red Green Blue C M Y K H S L
Decimal 194 18 171 0 0.91 0.12 0.24 307.84 0.83 0.42
Hex C2 12 AB 0 5B C 18 134 53 2A
Octal 302 22 253 0 133 14 30 464 123 52
Binary 11000010 10010 10101011 0 1011011 1100 11000 100110100 1010011 101010

Color Harmonies of #C212AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212AB

Black with #C212AB

Text Example


Text Example

White with #C212AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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