Html Css Color HEX #C113DF Deep Magenta

📋 copy color: '#C113DF'

red 193 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #C113DF

Tints of Deep Magenta #C113DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.37%

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 44.37%
G = 4.37%
B = 51.26%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C113DF (or 0xC113DF) is known color: Deep Magenta. HEX triplet: C1, 13 and DF. RGB value is (193,19,223). Sum of RGB (Red+Green+Blue) = 193+19+223=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #C113DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113DF is #3EEC20. Grayscale: #5D5D5D. Windows color (decimal): -4123681 or 14619585. OLE color: 14619585.

HSL color Cylindrical-coordinate representation of color #C113DF: hue angle of 291.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C113DF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 19 223 -
CMYK 0.13 0.91 0 0.13
HSL 291.18º 0.84% 0.47% -
HSV(B) 291.18º 0.91% 0.87% -
XYZ 35.54 17.13 71.25 -
YUV 94.28 200.65 198.41 -
System Red Green Blue C M Y K H S L
Decimal 193 19 223 0.13 0.91 0 0.13 291.18 0.84 0.47
Hex C1 13 DF D 5B 0 D 123 54 2F
Octal 301 23 337 15 133 0 15 443 124 57
Binary 11000001 10011 11011111 1101 1011011 0 1101 100100011 1010100 101111

Color Harmonies of #C113DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113DF

Black with #C113DF

Text Example


Text Example

White with #C113DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113DF; }

 p { color: rgb(193,19,223); }

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

background-color css

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

 a { background-color: rgb(193,19,223); }

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

border-color css

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

 span { border-color: rgb(193,19,223); }

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