Html Css Color HEX #C111C9 Deep Magenta

📋 copy color: '#C111C9'

red 193 ◦ green 17 ◦ blue 201

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

Shades of Deep Magenta #C111C9

Tints of Deep Magenta #C111C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 46.96%
G = 4.14%
B = 48.91%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C111C9 (or 0xC111C9) is known color: Deep Magenta. HEX triplet: C1, 11 and C9. RGB value is (193,17,201). Sum of RGB (Red+Green+Blue) = 193+17+201=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #C111C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111C9 is #3EEE36. Grayscale: #5A5A5A. Windows color (decimal): -4124215 or 13177281. OLE color: 13177281.

HSL color Cylindrical-coordinate representation of color #C111C9: hue angle of 297.39º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C111C9 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 17 201 -
CMYK 0.04 0.92 0 0.21
HSL 297.39º 0.84% 0.43% -
HSV(B) 297.39º 0.92% 0.79% -
XYZ 32.74 15.96 56.61 -
YUV 90.6 190.31 201.04 -
System Red Green Blue C M Y K H S L
Decimal 193 17 201 0.04 0.92 0 0.21 297.39 0.84 0.43
Hex C1 11 C9 4 5C 0 15 129 54 2B
Octal 301 21 311 4 134 0 25 451 124 53
Binary 11000001 10001 11001001 100 1011100 0 10101 100101001 1010100 101011

Color Harmonies of #C111C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C111C9

Black with #C111C9

Text Example


Text Example

White with #C111C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C111C9; }

 p { color: rgb(193,17,201); }

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

background-color css

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

 a { background-color: rgb(193,17,201); }

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

border-color css

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

 span { border-color: rgb(193,17,201); }

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