Html Css Color HEX #C301AE Deep Magenta

📋 copy color: '#C301AE'

red 195 ◦ green 1 ◦ blue 174

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

Shades of Deep Magenta #C301AE

Tints of Deep Magenta #C301AE

RGB

 RED value IS 195 (76.56% from 255) = 52.7%

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

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

R = 52.7%
G = 0.27%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C301AE (or 0xC301AE) is known color: Deep Magenta. HEX triplet: C3, 01 and AE. RGB value is (195,1,174). Sum of RGB (Red+Green+Blue) = 195+1+174=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C301AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301AE is #3CFE51. Grayscale: #4E4E4E. Windows color (decimal): -3997266 or 11403715. OLE color: 11403715.

HSL color Cylindrical-coordinate representation of color #C301AE: hue angle of 306.49º 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 #C301AE is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 174 -
CMYK 0 0.99 0.11 0.24
HSL 306.49º 0.99% 0.38% -
HSV(B) 306.49º 0.99% 0.76% -
XYZ 30.16 14.68 41.29 -
YUV 78.73 181.77 210.93 -
System Red Green Blue C M Y K H S L
Decimal 195 1 174 0 0.99 0.11 0.24 306.49 0.99 0.38
Hex C3 1 AE 0 63 B 18 132 63 26
Octal 303 1 256 0 143 13 30 462 143 46
Binary 11000011 1 10101110 0 1100011 1011 11000 100110010 1100011 100110

Color Harmonies of #C301AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301AE

Black with #C301AE

Text Example


Text Example

White with #C301AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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