Html Css Color HEX #C31DB9 Deep Magenta

📋 copy color: '#C31DB9'

red 195 ◦ green 29 ◦ blue 185

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

Shades of Deep Magenta #C31DB9

Tints of Deep Magenta #C31DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 47.68%
G = 7.09%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C31DB9 (or 0xC31DB9) is known color: Deep Magenta. HEX triplet: C3, 1D and B9. RGB value is (195,29,185). Sum of RGB (Red+Green+Blue) = 195+29+185=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C31DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DB9 is #3CE246. Grayscale: #5F5F5F. Windows color (decimal): -3990087 or 12131779. OLE color: 12131779.

HSL color Cylindrical-coordinate representation of color #C31DB9: hue angle of 303.61º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31DB9 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 29 185 -
CMYK 0 0.85 0.05 0.24
HSL 303.61º 0.74% 0.44% -
HSV(B) 303.61º 0.85% 0.76% -
XYZ 31.7 15.98 47.31 -
YUV 96.42 178 198.32 -
System Red Green Blue C M Y K H S L
Decimal 195 29 185 0 0.85 0.05 0.24 303.61 0.74 0.44
Hex C3 1D B9 0 55 5 18 130 4A 2C
Octal 303 35 271 0 125 5 30 460 112 54
Binary 11000011 11101 10111001 0 1010101 101 11000 100110000 1001010 101100

Color Harmonies of #C31DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DB9

Black with #C31DB9

Text Example


Text Example

White with #C31DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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