Html Css Color HEX #C313AB Deep Magenta

📋 copy color: '#C313AB'

red 195 ◦ green 19 ◦ blue 171

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

Shades of Deep Magenta #C313AB

Tints of Deep Magenta #C313AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 50.65%
G = 4.94%
B = 44.42%

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

#C313AB (or 0xC313AB) is known color: Deep Magenta. HEX triplet: C3, 13 and AB. RGB value is (195,19,171). Sum of RGB (Red+Green+Blue) = 195+19+171=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C313AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C313AB is #3CEC54. Grayscale: #585858. Windows color (decimal): -3992661 or 11211715. OLE color: 11211715.

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

Color convert

RGB 195 19 171 -
CMYK 0 0.90 0.12 0.24
HSL 308.18º 0.82% 0.42% -
HSV(B) 308.18º 0.9% 0.76% -
XYZ 30.09 15.01 39.84 -
YUV 88.95 174.31 203.64 -
System Red Green Blue C M Y K H S L
Decimal 195 19 171 0 0.90 0.12 0.24 308.18 0.82 0.42
Hex C3 13 AB 0 5A C 18 134 52 2A
Octal 303 23 253 0 132 14 30 464 122 52
Binary 11000011 10011 10101011 0 1011010 1100 11000 100110100 1010010 101010

Color Harmonies of #C313AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313AB

Black with #C313AB

Text Example


Text Example

White with #C313AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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