Html Css Color HEX #C315AD Deep Magenta

📋 copy color: '#C315AD'

red 195 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #C315AD

Tints of Deep Magenta #C315AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 50.13%
G = 5.4%
B = 44.47%

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

#C315AD (or 0xC315AD) is known color: Deep Magenta. HEX triplet: C3, 15 and AD. RGB value is (195,21,173). Sum of RGB (Red+Green+Blue) = 195+21+173=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C315AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C315AD is #3CEA52. Grayscale: #595959. Windows color (decimal): -3992147 or 11343299. OLE color: 11343299.

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

Color convert

RGB 195 21 173 -
CMYK 0 0.89 0.11 0.24
HSL 307.59º 0.81% 0.42% -
HSV(B) 307.59º 0.89% 0.76% -
XYZ 30.32 15.16 40.86 -
YUV 90.35 174.65 202.64 -
System Red Green Blue C M Y K H S L
Decimal 195 21 173 0 0.89 0.11 0.24 307.59 0.81 0.42
Hex C3 15 AD 0 59 B 18 134 51 2A
Octal 303 25 255 0 131 13 30 464 121 52
Binary 11000011 10101 10101101 0 1011001 1011 11000 100110100 1010001 101010

Color Harmonies of #C315AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315AD

Black with #C315AD

Text Example


Text Example

White with #C315AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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