Html Css Color HEX #C112CC Deep Magenta

📋 copy color: '#C112CC'

red 193 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #C112CC

Tints of Deep Magenta #C112CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 46.51%
G = 4.34%
B = 49.16%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C112CC (or 0xC112CC) is known color: Deep Magenta. HEX triplet: C1, 12 and CC. RGB value is (193,18,204). Sum of RGB (Red+Green+Blue) = 193+18+204=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C112CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112CC is #3EED33. Grayscale: #5A5A5A. Windows color (decimal): -4123956 or 13374145. OLE color: 13374145.

HSL color Cylindrical-coordinate representation of color #C112CC: hue angle of 296.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C112CC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 18 204 -
CMYK 0.05 0.91 0 0.2
HSL 296.45º 0.84% 0.44% -
HSV(B) 296.45º 0.91% 0.8% -
XYZ 33.11 16.13 58.5 -
YUV 91.53 191.48 200.38 -
System Red Green Blue C M Y K H S L
Decimal 193 18 204 0.05 0.91 0 0.2 296.45 0.84 0.44
Hex C1 12 CC 5 5B 0 14 128 54 2C
Octal 301 22 314 5 133 0 24 450 124 54
Binary 11000001 10010 11001100 101 1011011 0 10100 100101000 1010100 101100

Color Harmonies of #C112CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112CC

Black with #C112CC

Text Example


Text Example

White with #C112CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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