Html Css Color HEX #C210AC Deep Magenta

📋 copy color: '#C210AC'

red 194 ◦ green 16 ◦ blue 172

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

Shades of Deep Magenta #C210AC

Tints of Deep Magenta #C210AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.19%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 50.79%
G = 4.19%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C210AC (or 0xC210AC) is known color: Deep Magenta. HEX triplet: C2, 10 and AC. RGB value is (194,16,172). Sum of RGB (Red+Green+Blue) = 194+16+172=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C210AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C210AC is #3DEF53. Grayscale: #565656. Windows color (decimal): -4058964 or 11276482. OLE color: 11276482.

HSL color Cylindrical-coordinate representation of color #C210AC: hue angle of 307.42º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C210AC is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 172 -
CMYK 0 0.92 0.11 0.24
HSL 307.42º 0.85% 0.41% -
HSV(B) 307.42º 0.92% 0.76% -
XYZ 29.88 14.82 40.32 -
YUV 87.01 175.97 204.32 -
System Red Green Blue C M Y K H S L
Decimal 194 16 172 0 0.92 0.11 0.24 307.42 0.85 0.41
Hex C2 10 AC 0 5C B 18 133 55 29
Octal 302 20 254 0 134 13 30 463 125 51
Binary 11000010 10000 10101100 0 1011100 1011 11000 100110011 1010101 101001

Color Harmonies of #C210AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210AC

Black with #C210AC

Text Example


Text Example

White with #C210AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210AC; }

 p { color: rgb(194,16,172); }

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

background-color css

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

 a { background-color: rgb(194,16,172); }

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

border-color css

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

 span { border-color: rgb(194,16,172); }

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