Html Css Color HEX #C319AE Deep Magenta

📋 copy color: '#C319AE'

red 195 ◦ green 25 ◦ blue 174

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

Shades of Deep Magenta #C319AE

Tints of Deep Magenta #C319AE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.35%

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

R = 49.49%
G = 6.35%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C319AE (or 0xC319AE) is known color: Deep Magenta. HEX triplet: C3, 19 and AE. RGB value is (195,25,174). Sum of RGB (Red+Green+Blue) = 195+25+174=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C319AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C319AE is #3CE651. Grayscale: #5C5C5C. Windows color (decimal): -3991122 or 11409859. OLE color: 11409859.

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

Color convert

RGB 195 25 174 -
CMYK 0 0.87 0.11 0.24
HSL 307.41º 0.77% 0.43% -
HSV(B) 307.41º 0.87% 0.76% -
XYZ 30.49 15.35 41.4 -
YUV 92.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 195 25 174 0 0.87 0.11 0.24 307.41 0.77 0.43
Hex C3 19 AE 0 57 B 18 133 4D 2B
Octal 303 31 256 0 127 13 30 463 115 53
Binary 11000011 11001 10101110 0 1010111 1011 11000 100110011 1001101 101011

Color Harmonies of #C319AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C319AE

Black with #C319AE

Text Example


Text Example

White with #C319AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C319AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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