Html Css Color HEX #C31AC1 Deep Magenta

📋 copy color: '#C31AC1'

red 195 ◦ green 26 ◦ blue 193

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

Shades of Deep Magenta #C31AC1

Tints of Deep Magenta #C31AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 47.1%
G = 6.28%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C31AC1 (or 0xC31AC1) is known color: Deep Magenta. HEX triplet: C3, 1A and C1. RGB value is (195,26,193). Sum of RGB (Red+Green+Blue) = 195+26+193=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31AC1 is #3CE53E. Grayscale: #5F5F5F. Windows color (decimal): -3990847 or 12655299. OLE color: 12655299.

HSL color Cylindrical-coordinate representation of color #C31AC1: hue angle of 300.71º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31AC1 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 193 -
CMYK 0 0.87 0.01 0.24
HSL 300.71º 0.76% 0.43% -
HSV(B) 300.71º 0.87% 0.76% -
XYZ 32.5 16.19 51.86 -
YUV 95.57 182.99 198.92 -
System Red Green Blue C M Y K H S L
Decimal 195 26 193 0 0.87 0.01 0.24 300.71 0.76 0.43
Hex C3 1A C1 0 57 1 18 12D 4C 2B
Octal 303 32 301 0 127 1 30 455 114 53
Binary 11000011 11010 11000001 0 1010111 1 11000 100101101 1001100 101011

Color Harmonies of #C31AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AC1

Black with #C31AC1

Text Example


Text Example

White with #C31AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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