Html Css Color HEX #C110AF Deep Magenta

📋 copy color: '#C110AF'

red 193 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #C110AF

Tints of Deep Magenta #C110AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 50.26%
G = 4.17%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C110AF (or 0xC110AF) is known color: Deep Magenta. HEX triplet: C1, 10 and AF. RGB value is (193,16,175). Sum of RGB (Red+Green+Blue) = 193+16+175=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C110AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C110AF is #3EEF50. Grayscale: #565656. Windows color (decimal): -4124497 or 11473089. OLE color: 11473089.

HSL color Cylindrical-coordinate representation of color #C110AF: hue angle of 306.1º 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 #C110AF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 175 -
CMYK 0 0.92 0.09 0.24
HSL 306.1º 0.85% 0.41% -
HSV(B) 306.1º 0.92% 0.76% -
XYZ 29.92 14.8 41.84 -
YUV 87.05 177.64 203.57 -
System Red Green Blue C M Y K H S L
Decimal 193 16 175 0 0.92 0.09 0.24 306.1 0.85 0.41
Hex C1 10 AF 0 5C 9 18 132 55 29
Octal 301 20 257 0 134 11 30 462 125 51
Binary 11000001 10000 10101111 0 1011100 1001 11000 100110010 1010101 101001

Color Harmonies of #C110AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110AF

Black with #C110AF

Text Example


Text Example

White with #C110AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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