Html Css Color HEX #C31DDD Deep Magenta

📋 copy color: '#C31DDD'

red 195 ◦ green 29 ◦ blue 221

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

Shades of Deep Magenta #C31DDD

Tints of Deep Magenta #C31DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 43.82%
G = 6.52%
B = 49.66%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C31DDD (or 0xC31DDD) is known color: Deep Magenta. HEX triplet: C3, 1D and DD. RGB value is (195,29,221). Sum of RGB (Red+Green+Blue) = 195+29+221=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #C31DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DDD is #3CE222. Grayscale: #636363. Windows color (decimal): -3990051 or 14491075. OLE color: 14491075.

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

Color convert

RGB 195 29 221 -
CMYK 0.12 0.87 0 0.13
HSL 291.88º 0.77% 0.49% -
HSV(B) 291.88º 0.87% 0.87% -
XYZ 36 17.7 69.93 -
YUV 100.52 196 195.39 -
System Red Green Blue C M Y K H S L
Decimal 195 29 221 0.12 0.87 0 0.13 291.88 0.77 0.49
Hex C3 1D DD C 57 0 D 124 4D 31
Octal 303 35 335 14 127 0 15 444 115 61
Binary 11000011 11101 11011101 1100 1010111 0 1101 100100100 1001101 110001

Color Harmonies of #C31DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DDD

Black with #C31DDD

Text Example


Text Example

White with #C31DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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