Html Css Color HEX #C20FAE Deep Magenta

📋 copy color: '#C20FAE'

red 194 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #C20FAE

Tints of Deep Magenta #C20FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.92%

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 50.65%
G = 3.92%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C20FAE (or 0xC20FAE) is known color: Deep Magenta. HEX triplet: C2, 0F and AE. RGB value is (194,15,174). Sum of RGB (Red+Green+Blue) = 194+15+174=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20FAE is #3DF051. Grayscale: #565656. Windows color (decimal): -4059218 or 11407298. OLE color: 11407298.

HSL color Cylindrical-coordinate representation of color #C20FAE: hue angle of 306.7º degrees, saturation: 0.86, 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 #C20FAE is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 15 174 -
CMYK 0 0.92 0.10 0.24
HSL 306.7º 0.86% 0.41% -
HSV(B) 306.7º 0.92% 0.76% -
XYZ 30.06 14.87 41.33 -
YUV 86.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 194 15 174 0 0.92 0.10 0.24 306.7 0.86 0.41
Hex C2 F AE 0 5C A 18 133 56 29
Octal 302 17 256 0 134 12 30 463 126 51
Binary 11000010 1111 10101110 0 1011100 1010 11000 100110011 1010110 101001

Color Harmonies of #C20FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FAE

Black with #C20FAE

Text Example


Text Example

White with #C20FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FAE; }

 p { color: rgb(194,15,174); }

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

background-color css

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

 a { background-color: rgb(194,15,174); }

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

border-color css

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

 span { border-color: rgb(194,15,174); }

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