Html Css Color HEX #C312E0 Deep Magenta

📋 copy color: '#C312E0'

red 195 ◦ green 18 ◦ blue 224

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

Shades of Deep Magenta #C312E0

Tints of Deep Magenta #C312E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.26%

R = 44.62%
G = 4.12%
B = 51.26%

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

#C312E0 (or 0xC312E0) is known color: Deep Magenta. HEX triplet: C3, 12 and E0. RGB value is (195,18,224). Sum of RGB (Red+Green+Blue) = 195+18+224=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #C312E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312E0 is #3CED1F. Grayscale: #5D5D5D. Windows color (decimal): -3992864 or 14684867. OLE color: 14684867.

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

Color convert

RGB 195 18 224 -
CMYK 0.13 0.92 0 0.12
HSL 291.55º 0.85% 0.47% -
HSV(B) 291.55º 0.92% 0.88% -
XYZ 36.18 17.42 71.98 -
YUV 94.41 201.14 199.75 -
System Red Green Blue C M Y K H S L
Decimal 195 18 224 0.13 0.92 0 0.12 291.55 0.85 0.47
Hex C3 12 E0 D 5C 0 C 124 55 2F
Octal 303 22 340 15 134 0 14 444 125 57
Binary 11000011 10010 11100000 1101 1011100 0 1100 100100100 1010101 101111

Color Harmonies of #C312E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312E0

Black with #C312E0

Text Example


Text Example

White with #C312E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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