Html Css Color HEX #C20EAB Deep Magenta

📋 copy color: '#C20EAB'

red 194 ◦ green 14 ◦ blue 171

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

Shades of Deep Magenta #C20EAB

Tints of Deep Magenta #C20EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.69%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 51.19%
G = 3.69%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C20EAB (or 0xC20EAB) is known color: Deep Magenta. HEX triplet: C2, 0E and AB. RGB value is (194,14,171). Sum of RGB (Red+Green+Blue) = 194+14+171=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EAB is #3DF154. Grayscale: #555555. Windows color (decimal): -4059477 or 11210434. OLE color: 11210434.

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

Color convert

RGB 194 14 171 -
CMYK 0 0.93 0.12 0.24
HSL 307.67º 0.87% 0.41% -
HSV(B) 307.67º 0.93% 0.76% -
XYZ 29.76 14.72 39.8 -
YUV 85.72 176.13 205.23 -
System Red Green Blue C M Y K H S L
Decimal 194 14 171 0 0.93 0.12 0.24 307.67 0.87 0.41
Hex C2 E AB 0 5D C 18 134 57 29
Octal 302 16 253 0 135 14 30 464 127 51
Binary 11000010 1110 10101011 0 1011101 1100 11000 100110100 1010111 101001

Color Harmonies of #C20EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20EAB

Black with #C20EAB

Text Example


Text Example

White with #C20EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20EAB; }

 p { color: rgb(194,14,171); }

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

background-color css

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

 a { background-color: rgb(194,14,171); }

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

border-color css

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

 span { border-color: rgb(194,14,171); }

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