Html Css Color HEX #C112D4 Deep Magenta

📋 copy color: '#C112D4'

red 193 ◦ green 18 ◦ blue 212

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

Shades of Deep Magenta #C112D4

Tints of Deep Magenta #C112D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.12%

R = 45.63%
G = 4.26%
B = 50.12%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C112D4 (or 0xC112D4) is known color: Deep Magenta. HEX triplet: C1, 12 and D4. RGB value is (193,18,212). Sum of RGB (Red+Green+Blue) = 193+18+212=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #C112D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112D4 is #3EED2B. Grayscale: #5B5B5B. Windows color (decimal): -4123948 or 13898433. OLE color: 13898433.

HSL color Cylindrical-coordinate representation of color #C112D4: hue angle of 294.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C112D4 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 18 212 -
CMYK 0.09 0.92 0 0.17
HSL 294.12º 0.84% 0.45% -
HSV(B) 294.12º 0.92% 0.83% -
XYZ 34.09 16.52 63.68 -
YUV 92.44 195.48 199.73 -
System Red Green Blue C M Y K H S L
Decimal 193 18 212 0.09 0.92 0 0.17 294.12 0.84 0.45
Hex C1 12 D4 9 5C 0 11 126 54 2D
Octal 301 22 324 11 134 0 21 446 124 55
Binary 11000001 10010 11010100 1001 1011100 0 10001 100100110 1010100 101101

Color Harmonies of #C112D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112D4

Black with #C112D4

Text Example


Text Example

White with #C112D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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