Html Css Color HEX #C212B9 Deep Magenta

📋 copy color: '#C212B9'

red 194 ◦ green 18 ◦ blue 185

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

Shades of Deep Magenta #C212B9

Tints of Deep Magenta #C212B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 48.87%
G = 4.53%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C212B9 (or 0xC212B9) is known color: Deep Magenta. HEX triplet: C2, 12 and B9. RGB value is (194,18,185). Sum of RGB (Red+Green+Blue) = 194+18+185=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C212B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212B9 is #3DED46. Grayscale: #595959. Windows color (decimal): -4058439 or 12128962. OLE color: 12128962.

HSL color Cylindrical-coordinate representation of color #C212B9: hue angle of 303.07º 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 #C212B9 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 185 -
CMYK 0 0.91 0.05 0.24
HSL 303.07º 0.83% 0.42% -
HSV(B) 303.07º 0.91% 0.76% -
XYZ 31.22 15.4 47.23 -
YUV 89.66 181.81 202.42 -
System Red Green Blue C M Y K H S L
Decimal 194 18 185 0 0.91 0.05 0.24 303.07 0.83 0.42
Hex C2 12 B9 0 5B 5 18 12F 53 2A
Octal 302 22 271 0 133 5 30 457 123 52
Binary 11000010 10010 10111001 0 1011011 101 11000 100101111 1010011 101010

Color Harmonies of #C212B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212B9

Black with #C212B9

Text Example


Text Example

White with #C212B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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