Html Css Color HEX #C115DA Deep Magenta

📋 copy color: '#C115DA'

red 193 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #C115DA

Tints of Deep Magenta #C115DA

RGB

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

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

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

R = 44.68%
G = 4.86%
B = 50.46%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C115DA (or 0xC115DA) is known color: Deep Magenta. HEX triplet: C1, 15 and DA. RGB value is (193,21,218). Sum of RGB (Red+Green+Blue) = 193+21+218=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #C115DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115DA is #3EEA25. Grayscale: #5E5E5E. Windows color (decimal): -4123174 or 14292417. OLE color: 14292417.

HSL color Cylindrical-coordinate representation of color #C115DA: hue angle of 292.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C115DA is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 21 218 -
CMYK 0.11 0.90 0 0.15
HSL 292.39º 0.82% 0.47% -
HSV(B) 292.39º 0.9% 0.85% -
XYZ 34.92 16.94 67.76 -
YUV 94.89 197.48 197.98 -
System Red Green Blue C M Y K H S L
Decimal 193 21 218 0.11 0.90 0 0.15 292.39 0.82 0.47
Hex C1 15 DA B 5A 0 F 124 52 2F
Octal 301 25 332 13 132 0 17 444 122 57
Binary 11000001 10101 11011010 1011 1011010 0 1111 100100100 1010010 101111

Color Harmonies of #C115DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115DA

Black with #C115DA

Text Example


Text Example

White with #C115DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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