Html Css Color HEX #C303AE Deep Magenta

📋 copy color: '#C303AE'

red 195 ◦ green 3 ◦ blue 174

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

Shades of Deep Magenta #C303AE

Tints of Deep Magenta #C303AE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 52.42%
G = 0.81%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C303AE (or 0xC303AE) is known color: Deep Magenta. HEX triplet: C3, 03 and AE. RGB value is (195,3,174). Sum of RGB (Red+Green+Blue) = 195+3+174=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C303AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C303AE is #3CFC51. Grayscale: #4F4F4F. Windows color (decimal): -3996754 or 11404227. OLE color: 11404227.

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

Color convert

RGB 195 3 174 -
CMYK 0 0.98 0.11 0.24
HSL 306.56º 0.97% 0.39% -
HSV(B) 306.56º 0.98% 0.76% -
XYZ 30.18 14.72 41.3 -
YUV 79.9 181.11 210.1 -
System Red Green Blue C M Y K H S L
Decimal 195 3 174 0 0.98 0.11 0.24 306.56 0.97 0.39
Hex C3 3 AE 0 62 B 18 133 61 27
Octal 303 3 256 0 142 13 30 463 141 47
Binary 11000011 11 10101110 0 1100010 1011 11000 100110011 1100001 100111

Color Harmonies of #C303AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303AE

Black with #C303AE

Text Example


Text Example

White with #C303AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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