Html Css Color HEX #C113CD Deep Magenta

📋 copy color: '#C113CD'

red 193 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #C113CD

Tints of Deep Magenta #C113CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 46.28%
G = 4.56%
B = 49.16%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C113CD (or 0xC113CD) is known color: Deep Magenta. HEX triplet: C1, 13 and CD. RGB value is (193,19,205). Sum of RGB (Red+Green+Blue) = 193+19+205=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #C113CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113CD is #3EEC32. Grayscale: #5B5B5B. Windows color (decimal): -4123699 or 13439937. OLE color: 13439937.

HSL color Cylindrical-coordinate representation of color #C113CD: hue angle of 296.13º degrees, saturation: 0.83, 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 #C113CD is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 19 205 -
CMYK 0.06 0.91 0 0.20
HSL 296.13º 0.83% 0.44% -
HSV(B) 296.13º 0.91% 0.8% -
XYZ 33.24 16.21 59.13 -
YUV 92.23 191.65 199.88 -
System Red Green Blue C M Y K H S L
Decimal 193 19 205 0.06 0.91 0 0.20 296.13 0.83 0.44
Hex C1 13 CD 6 5B 0 14 128 53 2C
Octal 301 23 315 6 133 0 24 450 123 54
Binary 11000001 10011 11001101 110 1011011 0 10100 100101000 1010011 101100

Color Harmonies of #C113CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113CD

Black with #C113CD

Text Example


Text Example

White with #C113CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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