Html Css Color HEX #C31CAE Deep Magenta

📋 copy color: '#C31CAE'

red 195 ◦ green 28 ◦ blue 174

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

Shades of Deep Magenta #C31CAE

Tints of Deep Magenta #C31CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.05%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 49.12%
G = 7.05%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C31CAE (or 0xC31CAE) is known color: Deep Magenta. HEX triplet: C3, 1C and AE. RGB value is (195,28,174). Sum of RGB (Red+Green+Blue) = 195+28+174=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31CAE is #3CE351. Grayscale: #5E5E5E. Windows color (decimal): -3990354 or 11410627. OLE color: 11410627.

HSL color Cylindrical-coordinate representation of color #C31CAE: hue angle of 307.54º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CAE is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 174 -
CMYK 0 0.86 0.11 0.24
HSL 307.54º 0.75% 0.44% -
HSV(B) 307.54º 0.86% 0.76% -
XYZ 30.56 15.49 41.42 -
YUV 94.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 195 28 174 0 0.86 0.11 0.24 307.54 0.75 0.44
Hex C3 1C AE 0 56 B 18 134 4B 2C
Octal 303 34 256 0 126 13 30 464 113 54
Binary 11000011 11100 10101110 0 1010110 1011 11000 100110100 1001011 101100

Color Harmonies of #C31CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CAE

Black with #C31CAE

Text Example


Text Example

White with #C31CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CAE; }

 p { color: rgb(195,28,174); }

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

background-color css

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

 a { background-color: rgb(195,28,174); }

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

border-color css

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

 span { border-color: rgb(195,28,174); }

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