Html Css Color HEX #C31ACD Deep Magenta

📋 copy color: '#C31ACD'

red 195 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #C31ACD

Tints of Deep Magenta #C31ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 45.77%
G = 6.1%
B = 48.12%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C31ACD (or 0xC31ACD) is known color: Deep Magenta. HEX triplet: C3, 1A and CD. RGB value is (195,26,205). Sum of RGB (Red+Green+Blue) = 195+26+205=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #C31ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ACD is #3CE532. Grayscale: #606060. Windows color (decimal): -3990835 or 13441731. OLE color: 13441731.

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

Color convert

RGB 195 26 205 -
CMYK 0.05 0.87 0 0.20
HSL 296.65º 0.77% 0.45% -
HSV(B) 296.65º 0.87% 0.8% -
XYZ 33.89 16.75 59.2 -
YUV 96.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 195 26 205 0.05 0.87 0 0.20 296.65 0.77 0.45
Hex C3 1A CD 5 57 0 14 129 4D 2D
Octal 303 32 315 5 127 0 24 451 115 55
Binary 11000011 11010 11001101 101 1010111 0 10100 100101001 1001101 101101

Color Harmonies of #C31ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31ACD

Black with #C31ACD

Text Example


Text Example

White with #C31ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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