Html Css Color HEX #C313B0 Deep Magenta

📋 copy color: '#C313B0'

red 195 ◦ green 19 ◦ blue 176

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

Shades of Deep Magenta #C313B0

Tints of Deep Magenta #C313B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.13%

R = 50%
G = 4.87%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C313B0 (or 0xC313B0) is known color: Deep Magenta. HEX triplet: C3, 13 and B0. RGB value is (195,19,176). Sum of RGB (Red+Green+Blue) = 195+19+176=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C313B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C313B0 is #3CEC4F. Grayscale: #595959. Windows color (decimal): -3992656 or 11539395. OLE color: 11539395.

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

Color convert

RGB 195 19 176 -
CMYK 0 0.90 0.10 0.24
HSL 306.48º 0.82% 0.42% -
HSV(B) 306.48º 0.9% 0.76% -
XYZ 30.58 15.2 42.4 -
YUV 89.52 176.81 203.23 -
System Red Green Blue C M Y K H S L
Decimal 195 19 176 0 0.90 0.10 0.24 306.48 0.82 0.42
Hex C3 13 B0 0 5A A 18 132 52 2A
Octal 303 23 260 0 132 12 30 462 122 52
Binary 11000011 10011 10110000 0 1011010 1010 11000 100110010 1010010 101010

Color Harmonies of #C313B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313B0

Black with #C313B0

Text Example


Text Example

White with #C313B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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