Html Css Color HEX #C112C9 Deep Magenta

📋 copy color: '#C112C9'

red 193 ◦ green 18 ◦ blue 201

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

Shades of Deep Magenta #C112C9

Tints of Deep Magenta #C112C9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.37%

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

R = 46.84%
G = 4.37%
B = 48.79%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C112C9 (or 0xC112C9) is known color: Deep Magenta. HEX triplet: C1, 12 and C9. RGB value is (193,18,201). Sum of RGB (Red+Green+Blue) = 193+18+201=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #C112C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112C9 is #3EED36. Grayscale: #5A5A5A. Windows color (decimal): -4123959 or 13177537. OLE color: 13177537.

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

Color convert

RGB 193 18 201 -
CMYK 0.04 0.91 0 0.21
HSL 297.38º 0.84% 0.43% -
HSV(B) 297.38º 0.91% 0.79% -
XYZ 32.75 15.99 56.62 -
YUV 91.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 193 18 201 0.04 0.91 0 0.21 297.38 0.84 0.43
Hex C1 12 C9 4 5B 0 15 129 54 2B
Octal 301 22 311 4 133 0 25 451 124 53
Binary 11000001 10010 11001001 100 1011011 0 10101 100101001 1010100 101011

Color Harmonies of #C112C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112C9

Black with #C112C9

Text Example


Text Example

White with #C112C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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