Html Css Color HEX #C315AC Deep Magenta

📋 copy color: '#C315AC'

red 195 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #C315AC

Tints of Deep Magenta #C315AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 50.26%
G = 5.41%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C315AC (or 0xC315AC) is known color: Deep Magenta. HEX triplet: C3, 15 and AC. RGB value is (195,21,172). Sum of RGB (Red+Green+Blue) = 195+21+172=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C315AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C315AC is #3CEA53. Grayscale: #595959. Windows color (decimal): -3992148 or 11277763. OLE color: 11277763.

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

Color convert

RGB 195 21 172 -
CMYK 0 0.89 0.12 0.24
HSL 307.93º 0.81% 0.42% -
HSV(B) 307.93º 0.89% 0.76% -
XYZ 30.22 15.12 40.35 -
YUV 90.24 174.15 202.72 -
System Red Green Blue C M Y K H S L
Decimal 195 21 172 0 0.89 0.12 0.24 307.93 0.81 0.42
Hex C3 15 AC 0 59 C 18 134 51 2A
Octal 303 25 254 0 131 14 30 464 121 52
Binary 11000011 10101 10101100 0 1011001 1100 11000 100110100 1010001 101010

Color Harmonies of #C315AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315AC

Black with #C315AC

Text Example


Text Example

White with #C315AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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