Html Css Color HEX #C313C1 Deep Magenta

📋 copy color: '#C313C1'

red 195 ◦ green 19 ◦ blue 193

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

Shades of Deep Magenta #C313C1

Tints of Deep Magenta #C313C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.42%

R = 47.91%
G = 4.67%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C313C1 (or 0xC313C1) is known color: Deep Magenta. HEX triplet: C3, 13 and C1. RGB value is (195,19,193). Sum of RGB (Red+Green+Blue) = 195+19+193=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C313C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313C1 is #3CEC3E. Grayscale: #5A5A5A. Windows color (decimal): -3992639 or 12653507. OLE color: 12653507.

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

Color convert

RGB 195 19 193 -
CMYK 0 0.90 0.01 0.24
HSL 300.68º 0.82% 0.42% -
HSV(B) 300.68º 0.9% 0.76% -
XYZ 32.36 15.92 51.82 -
YUV 91.46 185.31 201.85 -
System Red Green Blue C M Y K H S L
Decimal 195 19 193 0 0.90 0.01 0.24 300.68 0.82 0.42
Hex C3 13 C1 0 5A 1 18 12D 52 2A
Octal 303 23 301 0 132 1 30 455 122 52
Binary 11000011 10011 11000001 0 1011010 1 11000 100101101 1010010 101010

Color Harmonies of #C313C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313C1

Black with #C313C1

Text Example


Text Example

White with #C313C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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