Html Css Color HEX #C311DD Deep Magenta

📋 copy color: '#C311DD'

red 195 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #C311DD

Tints of Deep Magenta #C311DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.93%

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

R = 45.03%
G = 3.93%
B = 51.04%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C311DD (or 0xC311DD) is known color: Deep Magenta. HEX triplet: C3, 11 and DD. RGB value is (195,17,221). Sum of RGB (Red+Green+Blue) = 195+17+221=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #C311DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311DD is #3CEE22. Grayscale: #5C5C5C. Windows color (decimal): -3993123 or 14488003. OLE color: 14488003.

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

Color convert

RGB 195 17 221 -
CMYK 0.12 0.92 0 0.13
HSL 292.35º 0.86% 0.47% -
HSV(B) 292.35º 0.92% 0.87% -
XYZ 35.76 17.22 69.85 -
YUV 93.48 199.97 200.41 -
System Red Green Blue C M Y K H S L
Decimal 195 17 221 0.12 0.92 0 0.13 292.35 0.86 0.47
Hex C3 11 DD C 5C 0 D 124 56 2F
Octal 303 21 335 14 134 0 15 444 126 57
Binary 11000011 10001 11011101 1100 1011100 0 1101 100100100 1010110 101111

Color Harmonies of #C311DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311DD

Black with #C311DD

Text Example


Text Example

White with #C311DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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