Html Css Color HEX #C201AE Deep Magenta

📋 copy color: '#C201AE'

red 194 ◦ green 1 ◦ blue 174

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

Shades of Deep Magenta #C201AE

Tints of Deep Magenta #C201AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 52.57%
G = 0.27%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C201AE (or 0xC201AE) is known color: Deep Magenta. HEX triplet: C2, 01 and AE. RGB value is (194,1,174). Sum of RGB (Red+Green+Blue) = 194+1+174=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C201AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C201AE is #3DFE51. Grayscale: #4D4D4D. Windows color (decimal): -4062802 or 11403714. OLE color: 11403714.

HSL color Cylindrical-coordinate representation of color #C201AE: hue angle of 306.22º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C201AE is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 174 -
CMYK 0 0.99 0.10 0.24
HSL 306.22º 0.99% 0.38% -
HSV(B) 306.22º 0.99% 0.76% -
XYZ 29.9 14.55 41.28 -
YUV 78.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 194 1 174 0 0.99 0.10 0.24 306.22 0.99 0.38
Hex C2 1 AE 0 63 A 18 132 63 26
Octal 302 1 256 0 143 12 30 462 143 46
Binary 11000010 1 10101110 0 1100011 1010 11000 100110010 1100011 100110

Color Harmonies of #C201AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201AE

Black with #C201AE

Text Example


Text Example

White with #C201AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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