Html Css Color HEX #C31DDB Deep Magenta

📋 copy color: '#C31DDB'

red 195 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #C31DDB

Tints of Deep Magenta #C31DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 44.02%
G = 6.55%
B = 49.44%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C31DDB (or 0xC31DDB) is known color: Deep Magenta. HEX triplet: C3, 1D and DB. RGB value is (195,29,219). Sum of RGB (Red+Green+Blue) = 195+29+219=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #C31DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DDB is #3CE224. Grayscale: #636363. Windows color (decimal): -3990053 or 14360003. OLE color: 14360003.

HSL color Cylindrical-coordinate representation of color #C31DDB: hue angle of 292.42º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31DDB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 29 219 -
CMYK 0.11 0.87 0 0.14
HSL 292.42º 0.77% 0.49% -
HSV(B) 292.42º 0.87% 0.86% -
XYZ 35.73 17.6 68.53 -
YUV 100.29 195 195.55 -
System Red Green Blue C M Y K H S L
Decimal 195 29 219 0.11 0.87 0 0.14 292.42 0.77 0.49
Hex C3 1D DB B 57 0 E 124 4D 31
Octal 303 35 333 13 127 0 16 444 115 61
Binary 11000011 11101 11011011 1011 1010111 0 1110 100100100 1001101 110001

Color Harmonies of #C31DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DDB

Black with #C31DDB

Text Example


Text Example

White with #C31DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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