Html Css Color HEX #C31AD5 Deep Magenta

📋 copy color: '#C31AD5'

red 195 ◦ green 26 ◦ blue 213

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

Shades of Deep Magenta #C31AD5

Tints of Deep Magenta #C31AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 44.93%
G = 5.99%
B = 49.08%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C31AD5 (or 0xC31AD5) is known color: Deep Magenta. HEX triplet: C3, 1A and D5. RGB value is (195,26,213). Sum of RGB (Red+Green+Blue) = 195+26+213=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #C31AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31AD5 is #3CE52A. Grayscale: #616161. Windows color (decimal): -3990827 or 13966019. OLE color: 13966019.

HSL color Cylindrical-coordinate representation of color #C31AD5: hue angle of 294.22º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31AD5 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 26 213 -
CMYK 0.08 0.88 0 0.16
HSL 294.22º 0.78% 0.47% -
HSV(B) 294.22º 0.88% 0.84% -
XYZ 34.89 17.14 64.42 -
YUV 97.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 195 26 213 0.08 0.88 0 0.16 294.22 0.78 0.47
Hex C3 1A D5 8 58 0 10 126 4E 2F
Octal 303 32 325 10 130 0 20 446 116 57
Binary 11000011 11010 11010101 1000 1011000 0 10000 100100110 1001110 101111

Color Harmonies of #C31AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AD5

Black with #C31AD5

Text Example


Text Example

White with #C31AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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