Html Css Color HEX #C112CE Deep Magenta

📋 copy color: '#C112CE'

red 193 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #C112CE

Tints of Deep Magenta #C112CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 46.28%
G = 4.32%
B = 49.4%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C112CE (or 0xC112CE) is known color: Deep Magenta. HEX triplet: C1, 12 and CE. RGB value is (193,18,206). Sum of RGB (Red+Green+Blue) = 193+18+206=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #C112CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112CE is #3EED31. Grayscale: #5B5B5B. Windows color (decimal): -4123954 or 13505217. OLE color: 13505217.

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

Color convert

RGB 193 18 206 -
CMYK 0.06 0.91 0 0.19
HSL 295.85º 0.84% 0.44% -
HSV(B) 295.85º 0.91% 0.81% -
XYZ 33.35 16.23 59.77 -
YUV 91.76 192.48 200.21 -
System Red Green Blue C M Y K H S L
Decimal 193 18 206 0.06 0.91 0 0.19 295.85 0.84 0.44
Hex C1 12 CE 6 5B 0 13 128 54 2C
Octal 301 22 316 6 133 0 23 450 124 54
Binary 11000001 10010 11001110 110 1011011 0 10011 100101000 1010100 101100

Color Harmonies of #C112CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112CE

Black with #C112CE

Text Example


Text Example

White with #C112CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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