Html Css Color HEX #C112CB Deep Magenta

📋 copy color: '#C112CB'

red 193 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #C112CB

Tints of Deep Magenta #C112CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 46.62%
G = 4.35%
B = 49.03%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C112CB (or 0xC112CB) is known color: Deep Magenta. HEX triplet: C1, 12 and CB. RGB value is (193,18,203). Sum of RGB (Red+Green+Blue) = 193+18+203=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #C112CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112CB is #3EED34. Grayscale: #5A5A5A. Windows color (decimal): -4123957 or 13308609. OLE color: 13308609.

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

Color convert

RGB 193 18 203 -
CMYK 0.05 0.91 0 0.20
HSL 296.76º 0.84% 0.43% -
HSV(B) 296.76º 0.91% 0.8% -
XYZ 32.99 16.08 57.87 -
YUV 91.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 193 18 203 0.05 0.91 0 0.20 296.76 0.84 0.43
Hex C1 12 CB 5 5B 0 14 129 54 2B
Octal 301 22 313 5 133 0 24 451 124 53
Binary 11000001 10010 11001011 101 1011011 0 10100 100101001 1010100 101011

Color Harmonies of #C112CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112CB

Black with #C112CB

Text Example


Text Example

White with #C112CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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