Html Css Color HEX #C313E1 Deep Magenta

📋 copy color: '#C313E1'

red 195 ◦ green 19 ◦ blue 225

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

Shades of Deep Magenta #C313E1

Tints of Deep Magenta #C313E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.25%

R = 44.42%
G = 4.33%
B = 51.25%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C313E1 (or 0xC313E1) is known color: Deep Magenta. HEX triplet: C3, 13 and E1. RGB value is (195,19,225). Sum of RGB (Red+Green+Blue) = 195+19+225=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #C313E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313E1 is #3CEC1E. Grayscale: #5E5E5E. Windows color (decimal): -3992607 or 14750659. OLE color: 14750659.

HSL color Cylindrical-coordinate representation of color #C313E1: hue angle of 291.26º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C313E1 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 19 225 -
CMYK 0.13 0.92 0 0.12
HSL 291.26º 0.84% 0.48% -
HSV(B) 291.26º 0.92% 0.88% -
XYZ 36.33 17.5 72.7 -
YUV 95.11 201.31 199.25 -
System Red Green Blue C M Y K H S L
Decimal 195 19 225 0.13 0.92 0 0.12 291.26 0.84 0.48
Hex C3 13 E1 D 5C 0 C 123 54 30
Octal 303 23 341 15 134 0 14 443 124 60
Binary 11000011 10011 11100001 1101 1011100 0 1100 100100011 1010100 110000

Color Harmonies of #C313E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313E1

Black with #C313E1

Text Example


Text Example

White with #C313E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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