Html Css Color HEX #C212B7 Deep Magenta

📋 copy color: '#C212B7'

red 194 ◦ green 18 ◦ blue 183

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

Shades of Deep Magenta #C212B7

Tints of Deep Magenta #C212B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.33%

R = 49.11%
G = 4.56%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C212B7 (or 0xC212B7) is known color: Deep Magenta. HEX triplet: C2, 12 and B7. RGB value is (194,18,183). Sum of RGB (Red+Green+Blue) = 194+18+183=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C212B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212B7 is #3DED48. Grayscale: #585858. Windows color (decimal): -4058441 or 11997890. OLE color: 11997890.

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

Color convert

RGB 194 18 183 -
CMYK 0 0.91 0.06 0.24
HSL 303.75º 0.83% 0.42% -
HSV(B) 303.75º 0.91% 0.76% -
XYZ 31.01 15.32 46.12 -
YUV 89.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 194 18 183 0 0.91 0.06 0.24 303.75 0.83 0.42
Hex C2 12 B7 0 5B 6 18 130 53 2A
Octal 302 22 267 0 133 6 30 460 123 52
Binary 11000010 10010 10110111 0 1011011 110 11000 100110000 1010011 101010

Color Harmonies of #C212B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212B7

Black with #C212B7

Text Example


Text Example

White with #C212B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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