Html Css Color HEX #C312E1 Deep Magenta

📋 copy color: '#C312E1'

red 195 ◦ green 18 ◦ blue 225

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

Shades of Deep Magenta #C312E1

Tints of Deep Magenta #C312E1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.11%

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

R = 44.52%
G = 4.11%
B = 51.37%

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

#C312E1 (or 0xC312E1) is known color: Deep Magenta. HEX triplet: C3, 12 and E1. RGB value is (195,18,225). Sum of RGB (Red+Green+Blue) = 195+18+225=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #C312E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312E1 is #3CED1E. Grayscale: #5D5D5D. Windows color (decimal): -3992863 or 14750403. OLE color: 14750403.

HSL color Cylindrical-coordinate representation of color #C312E1: hue angle of 291.3º degrees, saturation: 0.85, 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 #C312E1 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 18 225 -
CMYK 0.13 0.92 0 0.12
HSL 291.3º 0.85% 0.48% -
HSV(B) 291.3º 0.92% 0.88% -
XYZ 36.31 17.47 72.69 -
YUV 94.52 201.64 199.67 -
System Red Green Blue C M Y K H S L
Decimal 195 18 225 0.13 0.92 0 0.12 291.3 0.85 0.48
Hex C3 12 E1 D 5C 0 C 123 55 30
Octal 303 22 341 15 134 0 14 443 125 60
Binary 11000011 10010 11100001 1101 1011100 0 1100 100100011 1010101 110000

Color Harmonies of #C312E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312E1

Black with #C312E1

Text Example


Text Example

White with #C312E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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