Html Css Color HEX #C313C0 Deep Magenta

📋 copy color: '#C313C0'

red 195 ◦ green 19 ◦ blue 192

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

Shades of Deep Magenta #C313C0

Tints of Deep Magenta #C313C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 48.03%
G = 4.68%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C313C0 (or 0xC313C0) is known color: Deep Magenta. HEX triplet: C3, 13 and C0. RGB value is (195,19,192). Sum of RGB (Red+Green+Blue) = 195+19+192=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C313C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313C0 is #3CEC3F. Grayscale: #5A5A5A. Windows color (decimal): -3992640 or 12587971. OLE color: 12587971.

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

Color convert

RGB 195 19 192 -
CMYK 0 0.90 0.02 0.24
HSL 301.02º 0.82% 0.42% -
HSV(B) 301.02º 0.9% 0.76% -
XYZ 32.25 15.87 51.23 -
YUV 91.35 184.81 201.93 -
System Red Green Blue C M Y K H S L
Decimal 195 19 192 0 0.90 0.02 0.24 301.02 0.82 0.42
Hex C3 13 C0 0 5A 2 18 12D 52 2A
Octal 303 23 300 0 132 2 30 455 122 52
Binary 11000011 10011 11000000 0 1011010 10 11000 100101101 1010010 101010

Color Harmonies of #C313C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313C0

Black with #C313C0

Text Example


Text Example

White with #C313C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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