Html Css Color HEX #C119D5 Deep Magenta

📋 copy color: '#C119D5'

red 193 ◦ green 25 ◦ blue 213

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

Shades of Deep Magenta #C119D5

Tints of Deep Magenta #C119D5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.8%

 BLUE value IS 213 (83.59% from 255) = 49.42%

R = 44.78%
G = 5.8%
B = 49.42%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C119D5 (or 0xC119D5) is known color: Deep Magenta. HEX triplet: C1, 19 and D5. RGB value is (193,25,213). Sum of RGB (Red+Green+Blue) = 193+25+213=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #C119D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119D5 is #3EE62A. Grayscale: #606060. Windows color (decimal): -4122155 or 13965761. OLE color: 13965761.

HSL color Cylindrical-coordinate representation of color #C119D5: hue angle of 293.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C119D5 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 25 213 -
CMYK 0.09 0.88 0 0.16
HSL 293.62º 0.79% 0.47% -
HSV(B) 293.62º 0.88% 0.84% -
XYZ 34.35 16.84 64.39 -
YUV 96.66 193.66 196.71 -
System Red Green Blue C M Y K H S L
Decimal 193 25 213 0.09 0.88 0 0.16 293.62 0.79 0.47
Hex C1 19 D5 9 58 0 10 126 4F 2F
Octal 301 31 325 11 130 0 20 446 117 57
Binary 11000001 11001 11010101 1001 1011000 0 10000 100100110 1001111 101111

Color Harmonies of #C119D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C119D5

Black with #C119D5

Text Example


Text Example

White with #C119D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C119D5; }

 p { color: rgb(193,25,213); }

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

background-color css

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

 a { background-color: rgb(193,25,213); }

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

border-color css

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

 span { border-color: rgb(193,25,213); }

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