Html Css Color HEX #C11FAF Deep Magenta

📋 copy color: '#C11FAF'

red 193 ◦ green 31 ◦ blue 175

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

Shades of Deep Magenta #C11FAF

Tints of Deep Magenta #C11FAF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.77%

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

R = 48.37%
G = 7.77%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C11FAF (or 0xC11FAF) is known color: Deep Magenta. HEX triplet: C1, 1F and AF. RGB value is (193,31,175). Sum of RGB (Red+Green+Blue) = 193+31+175=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11FAF is #3EE050. Grayscale: #5F5F5F. Windows color (decimal): -4120657 or 11476929. OLE color: 11476929.

HSL color Cylindrical-coordinate representation of color #C11FAF: hue angle of 306.67º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11FAF is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 31 175 -
CMYK 0 0.84 0.09 0.24
HSL 306.67º 0.72% 0.44% -
HSV(B) 306.67º 0.84% 0.76% -
XYZ 30.22 15.41 41.94 -
YUV 95.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 193 31 175 0 0.84 0.09 0.24 306.67 0.72 0.44
Hex C1 1F AF 0 54 9 18 133 48 2C
Octal 301 37 257 0 124 11 30 463 110 54
Binary 11000001 11111 10101111 0 1010100 1001 11000 100110011 1001000 101100

Color Harmonies of #C11FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FAF

Black with #C11FAF

Text Example


Text Example

White with #C11FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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