Html Css Color HEX #C313B1 Deep Magenta

📋 copy color: '#C313B1'

red 195 ◦ green 19 ◦ blue 177

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

Shades of Deep Magenta #C313B1

Tints of Deep Magenta #C313B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 49.87%
G = 4.86%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C313B1 (or 0xC313B1) is known color: Deep Magenta. HEX triplet: C3, 13 and B1. RGB value is (195,19,177). Sum of RGB (Red+Green+Blue) = 195+19+177=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C313B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C313B1 is #3CEC4E. Grayscale: #595959. Windows color (decimal): -3992655 or 11604931. OLE color: 11604931.

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

Color convert

RGB 195 19 177 -
CMYK 0 0.90 0.09 0.24
HSL 306.14º 0.82% 0.42% -
HSV(B) 306.14º 0.9% 0.76% -
XYZ 30.67 15.24 42.92 -
YUV 89.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 195 19 177 0 0.90 0.09 0.24 306.14 0.82 0.42
Hex C3 13 B1 0 5A 9 18 132 52 2A
Octal 303 23 261 0 132 11 30 462 122 52
Binary 11000011 10011 10110001 0 1011010 1001 11000 100110010 1010010 101010

Color Harmonies of #C313B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313B1

Black with #C313B1

Text Example


Text Example

White with #C313B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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