Html Css Color HEX #C212CA Deep Magenta

📋 copy color: '#C212CA'

red 194 ◦ green 18 ◦ blue 202

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

Shades of Deep Magenta #C212CA

Tints of Deep Magenta #C212CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 46.86%
G = 4.35%
B = 48.79%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C212CA (or 0xC212CA) is known color: Deep Magenta. HEX triplet: C2, 12 and CA. RGB value is (194,18,202). Sum of RGB (Red+Green+Blue) = 194+18+202=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #C212CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212CA is #3DED35. Grayscale: #5B5B5B. Windows color (decimal): -4058422 or 13243074. OLE color: 13243074.

HSL color Cylindrical-coordinate representation of color #C212CA: hue angle of 297.39º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212CA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 18 202 -
CMYK 0.04 0.91 0 0.21
HSL 297.39º 0.84% 0.43% -
HSV(B) 297.39º 0.91% 0.79% -
XYZ 33.13 16.17 57.25 -
YUV 91.6 190.31 201.04 -
System Red Green Blue C M Y K H S L
Decimal 194 18 202 0.04 0.91 0 0.21 297.39 0.84 0.43
Hex C2 12 CA 4 5B 0 15 129 54 2B
Octal 302 22 312 4 133 0 25 451 124 53
Binary 11000010 10010 11001010 100 1011011 0 10101 100101001 1010100 101011

Color Harmonies of #C212CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212CA

Black with #C212CA

Text Example


Text Example

White with #C212CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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