Html Css Color HEX #C113CF Deep Magenta

📋 copy color: '#C113CF'

red 193 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #C113CF

Tints of Deep Magenta #C113CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 46.06%
G = 4.53%
B = 49.4%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C113CF (or 0xC113CF) is known color: Deep Magenta. HEX triplet: C1, 13 and CF. RGB value is (193,19,207). Sum of RGB (Red+Green+Blue) = 193+19+207=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #C113CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113CF is #3EEC30. Grayscale: #5B5B5B. Windows color (decimal): -4123697 or 13571009. OLE color: 13571009.

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

Color convert

RGB 193 19 207 -
CMYK 0.07 0.91 0 0.19
HSL 295.53º 0.83% 0.44% -
HSV(B) 295.53º 0.91% 0.81% -
XYZ 33.49 16.31 60.41 -
YUV 92.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 193 19 207 0.07 0.91 0 0.19 295.53 0.83 0.44
Hex C1 13 CF 7 5B 0 13 128 53 2C
Octal 301 23 317 7 133 0 23 450 123 54
Binary 11000001 10011 11001111 111 1011011 0 10011 100101000 1010011 101100

Color Harmonies of #C113CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113CF

Black with #C113CF

Text Example


Text Example

White with #C113CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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