Html Css Color HEX #C313AD Deep Magenta

📋 copy color: '#C313AD'

red 195 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #C313AD

Tints of Deep Magenta #C313AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.91%

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

R = 50.39%
G = 4.91%
B = 44.7%

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

#C313AD (or 0xC313AD) is known color: Deep Magenta. HEX triplet: C3, 13 and AD. RGB value is (195,19,173). Sum of RGB (Red+Green+Blue) = 195+19+173=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C313AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C313AD is #3CEC52. Grayscale: #585858. Windows color (decimal): -3992659 or 11342787. OLE color: 11342787.

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

Color convert

RGB 195 19 173 -
CMYK 0 0.90 0.11 0.24
HSL 307.5º 0.82% 0.42% -
HSV(B) 307.5º 0.9% 0.76% -
XYZ 30.28 15.08 40.85 -
YUV 89.18 175.31 203.48 -
System Red Green Blue C M Y K H S L
Decimal 195 19 173 0 0.90 0.11 0.24 307.5 0.82 0.42
Hex C3 13 AD 0 5A B 18 134 52 2A
Octal 303 23 255 0 132 13 30 464 122 52
Binary 11000011 10011 10101101 0 1011010 1011 11000 100110100 1010010 101010

Color Harmonies of #C313AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313AD

Black with #C313AD

Text Example


Text Example

White with #C313AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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