Html Css Color HEX #C212CC Deep Magenta

📋 copy color: '#C212CC'

red 194 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #C212CC

Tints of Deep Magenta #C212CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 46.63%
G = 4.33%
B = 49.04%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C212CC (or 0xC212CC) is known color: Deep Magenta. HEX triplet: C2, 12 and CC. RGB value is (194,18,204). Sum of RGB (Red+Green+Blue) = 194+18+204=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #C212CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212CC is #3DED33. Grayscale: #5B5B5B. Windows color (decimal): -4058420 or 13374146. OLE color: 13374146.

HSL color Cylindrical-coordinate representation of color #C212CC: hue angle of 296.77º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212CC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 18 204 -
CMYK 0.05 0.91 0 0.2
HSL 296.77º 0.84% 0.44% -
HSV(B) 296.77º 0.91% 0.8% -
XYZ 33.36 16.26 58.51 -
YUV 91.83 191.31 200.88 -
System Red Green Blue C M Y K H S L
Decimal 194 18 204 0.05 0.91 0 0.2 296.77 0.84 0.44
Hex C2 12 CC 5 5B 0 14 129 54 2C
Octal 302 22 314 5 133 0 24 451 124 54
Binary 11000010 10010 11001100 101 1011011 0 10100 100101001 1010100 101100

Color Harmonies of #C212CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212CC

Black with #C212CC

Text Example


Text Example

White with #C212CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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