Html Css Color HEX #C31DCD Deep Magenta

📋 copy color: '#C31DCD'

red 195 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #C31DCD

Tints of Deep Magenta #C31DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.76%

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

R = 45.45%
G = 6.76%
B = 47.79%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C31DCD (or 0xC31DCD) is known color: Deep Magenta. HEX triplet: C3, 1D and CD. RGB value is (195,29,205). Sum of RGB (Red+Green+Blue) = 195+29+205=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #C31DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DCD is #3CE232. Grayscale: #626262. Windows color (decimal): -3990067 or 13442499. OLE color: 13442499.

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

Color convert

RGB 195 29 205 -
CMYK 0.05 0.86 0 0.20
HSL 296.59º 0.75% 0.46% -
HSV(B) 296.59º 0.86% 0.8% -
XYZ 33.96 16.89 59.23 -
YUV 98.7 188 196.69 -
System Red Green Blue C M Y K H S L
Decimal 195 29 205 0.05 0.86 0 0.20 296.59 0.75 0.46
Hex C3 1D CD 5 56 0 14 129 4B 2E
Octal 303 35 315 5 126 0 24 451 113 56
Binary 11000011 11101 11001101 101 1010110 0 10100 100101001 1001011 101110

Color Harmonies of #C31DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DCD

Black with #C31DCD

Text Example


Text Example

White with #C31DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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