Html Css Color HEX #C110C1 Deep Magenta

📋 copy color: '#C110C1'

red 193 ◦ green 16 ◦ blue 193

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

Shades of Deep Magenta #C110C1

Tints of Deep Magenta #C110C1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.98%

 BLUE value IS 193 (75.78% from 255) = 48.01%

R = 48.01%
G = 3.98%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C110C1 (or 0xC110C1) is known color: Deep Magenta. HEX triplet: C1, 10 and C1. RGB value is (193,16,193). Sum of RGB (Red+Green+Blue) = 193+16+193=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C110C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110C1 is #3EEF3E. Grayscale: #585858. Windows color (decimal): -4124479 or 12652737. OLE color: 12652737.

HSL color Cylindrical-coordinate representation of color #C110C1: hue angle of 300º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C110C1 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 193 -
CMYK 0 0.92 0 0.24
HSL 300º 0.85% 0.41% -
HSV(B) 300º 0.92% 0.76% -
XYZ 31.8 15.56 51.78 -
YUV 89.1 186.64 202.11 -
System Red Green Blue C M Y K H S L
Decimal 193 16 193 0 0.92 0 0.24 300 0.85 0.41
Hex C1 10 C1 0 5C 0 18 12C 55 29
Octal 301 20 301 0 134 0 30 454 125 51
Binary 11000001 10000 11000001 0 1011100 0 11000 100101100 1010101 101001

Color Harmonies of #C110C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110C1

Black with #C110C1

Text Example


Text Example

White with #C110C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110C1; }

 p { color: rgb(193,16,193); }

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

background-color css

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

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

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

border-color css

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

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

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