Html Css Color HEX #C31ACE Deep Magenta

📋 copy color: '#C31ACE'

red 195 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #C31ACE

Tints of Deep Magenta #C31ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.09%

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 45.67%
G = 6.09%
B = 48.24%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C31ACE (or 0xC31ACE) is known color: Deep Magenta. HEX triplet: C3, 1A and CE. RGB value is (195,26,206). Sum of RGB (Red+Green+Blue) = 195+26+206=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #C31ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ACE is #3CE531. Grayscale: #606060. Windows color (decimal): -3990834 or 13507267. OLE color: 13507267.

HSL color Cylindrical-coordinate representation of color #C31ACE: hue angle of 296.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31ACE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 26 206 -
CMYK 0.05 0.87 0 0.19
HSL 296.33º 0.78% 0.45% -
HSV(B) 296.33º 0.87% 0.81% -
XYZ 34.02 16.8 59.84 -
YUV 97.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 195 26 206 0.05 0.87 0 0.19 296.33 0.78 0.45
Hex C3 1A CE 5 57 0 13 128 4E 2D
Octal 303 32 316 5 127 0 23 450 116 55
Binary 11000011 11010 11001110 101 1010111 0 10011 100101000 1001110 101101

Color Harmonies of #C31ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31ACE

Black with #C31ACE

Text Example


Text Example

White with #C31ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31ACE; }

 p { color: rgb(195,26,206); }

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

background-color css

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

 a { background-color: rgb(195,26,206); }

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

border-color css

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

 span { border-color: rgb(195,26,206); }

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