Html Css Color HEX #C31DDA Deep Magenta

📋 copy color: '#C31DDA'

red 195 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #C31DDA

Tints of Deep Magenta #C31DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 44.12%
G = 6.56%
B = 49.32%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C31DDA (or 0xC31DDA) is known color: Deep Magenta. HEX triplet: C3, 1D and DA. RGB value is (195,29,218). Sum of RGB (Red+Green+Blue) = 195+29+218=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #C31DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DDA is #3CE225. Grayscale: #636363. Windows color (decimal): -3990054 or 14294467. OLE color: 14294467.

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

Color convert

RGB 195 29 218 -
CMYK 0.11 0.87 0 0.15
HSL 292.7º 0.77% 0.48% -
HSV(B) 292.7º 0.87% 0.85% -
XYZ 35.6 17.54 67.84 -
YUV 100.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 195 29 218 0.11 0.87 0 0.15 292.7 0.77 0.48
Hex C3 1D DA B 57 0 F 125 4D 30
Octal 303 35 332 13 127 0 17 445 115 60
Binary 11000011 11101 11011010 1011 1010111 0 1111 100100101 1001101 110000

Color Harmonies of #C31DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DDA

Black with #C31DDA

Text Example


Text Example

White with #C31DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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