Html Css Color HEX #C315AE Deep Magenta

📋 copy color: '#C315AE'

red 195 ◦ green 21 ◦ blue 174

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

Shades of Deep Magenta #C315AE

Tints of Deep Magenta #C315AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.38%

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

R = 50%
G = 5.38%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C315AE (or 0xC315AE) is known color: Deep Magenta. HEX triplet: C3, 15 and AE. RGB value is (195,21,174). Sum of RGB (Red+Green+Blue) = 195+21+174=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C315AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C315AE is #3CEA51. Grayscale: #5A5A5A. Windows color (decimal): -3992146 or 11408835. OLE color: 11408835.

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

Color convert

RGB 195 21 174 -
CMYK 0 0.89 0.11 0.24
HSL 307.24º 0.81% 0.42% -
HSV(B) 307.24º 0.89% 0.76% -
XYZ 30.41 15.19 41.37 -
YUV 90.47 175.15 202.56 -
System Red Green Blue C M Y K H S L
Decimal 195 21 174 0 0.89 0.11 0.24 307.24 0.81 0.42
Hex C3 15 AE 0 59 B 18 133 51 2A
Octal 303 25 256 0 131 13 30 463 121 52
Binary 11000011 10101 10101110 0 1011001 1011 11000 100110011 1010001 101010

Color Harmonies of #C315AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315AE

Black with #C315AE

Text Example


Text Example

White with #C315AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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