Html Css Color HEX #C314AE Deep Magenta

📋 copy color: '#C314AE'

red 195 ◦ green 20 ◦ blue 174

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

Shades of Deep Magenta #C314AE

Tints of Deep Magenta #C314AE

RGB

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

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

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

R = 50.13%
G = 5.14%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C314AE (or 0xC314AE) is known color: Deep Magenta. HEX triplet: C3, 14 and AE. RGB value is (195,20,174). Sum of RGB (Red+Green+Blue) = 195+20+174=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C314AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314AE is #3CEB51. Grayscale: #595959. Windows color (decimal): -3992402 or 11408579. OLE color: 11408579.

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

Color convert

RGB 195 20 174 -
CMYK 0 0.90 0.11 0.24
HSL 307.2º 0.81% 0.42% -
HSV(B) 307.2º 0.9% 0.76% -
XYZ 30.4 15.16 41.37 -
YUV 89.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 195 20 174 0 0.90 0.11 0.24 307.2 0.81 0.42
Hex C3 14 AE 0 5A B 18 133 51 2A
Octal 303 24 256 0 132 13 30 463 121 52
Binary 11000011 10100 10101110 0 1011010 1011 11000 100110011 1010001 101010

Color Harmonies of #C314AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314AE

Black with #C314AE

Text Example


Text Example

White with #C314AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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