Html Css Color HEX #C314AC Deep Magenta

📋 copy color: '#C314AC'

red 195 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #C314AC

Tints of Deep Magenta #C314AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

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

R = 50.39%
G = 5.17%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C314AC (or 0xC314AC) is known color: Deep Magenta. HEX triplet: C3, 14 and AC. RGB value is (195,20,172). Sum of RGB (Red+Green+Blue) = 195+20+172=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C314AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314AC is #3CEB53. Grayscale: #595959. Windows color (decimal): -3992404 or 11277507. OLE color: 11277507.

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

Color convert

RGB 195 20 172 -
CMYK 0 0.90 0.12 0.24
HSL 307.89º 0.81% 0.42% -
HSV(B) 307.89º 0.9% 0.76% -
XYZ 30.2 15.08 40.35 -
YUV 89.65 174.48 203.14 -
System Red Green Blue C M Y K H S L
Decimal 195 20 172 0 0.90 0.12 0.24 307.89 0.81 0.42
Hex C3 14 AC 0 5A C 18 134 51 2A
Octal 303 24 254 0 132 14 30 464 121 52
Binary 11000011 10100 10101100 0 1011010 1100 11000 100110100 1010001 101010

Color Harmonies of #C314AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314AC

Black with #C314AC

Text Example


Text Example

White with #C314AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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