Html Css Color HEX #C115DD Deep Magenta

📋 copy color: '#C115DD'

red 193 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #C115DD

Tints of Deep Magenta #C115DD

RGB

 RED value IS 193 (75.78% from 255) = 44.37%

 GREEN value IS 21 (8.59% from 255) = 4.83%

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

R = 44.37%
G = 4.83%
B = 50.8%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C115DD (or 0xC115DD) is known color: Deep Magenta. HEX triplet: C1, 15 and DD. RGB value is (193,21,221). Sum of RGB (Red+Green+Blue) = 193+21+221=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #C115DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115DD is #3EEA22. Grayscale: #5E5E5E. Windows color (decimal): -4123171 or 14489025. OLE color: 14489025.

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

Color convert

RGB 193 21 221 -
CMYK 0.13 0.90 0 0.13
HSL 291.6º 0.83% 0.47% -
HSV(B) 291.6º 0.9% 0.87% -
XYZ 35.31 17.09 69.85 -
YUV 95.23 198.98 197.74 -
System Red Green Blue C M Y K H S L
Decimal 193 21 221 0.13 0.90 0 0.13 291.6 0.83 0.47
Hex C1 15 DD D 5A 0 D 124 53 2F
Octal 301 25 335 15 132 0 15 444 123 57
Binary 11000001 10101 11011101 1101 1011010 0 1101 100100100 1010011 101111

Color Harmonies of #C115DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115DD

Black with #C115DD

Text Example


Text Example

White with #C115DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115DD; }

 p { color: rgb(193,21,221); }

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

background-color css

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

 a { background-color: rgb(193,21,221); }

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

border-color css

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

 span { border-color: rgb(193,21,221); }

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