Html Css Color HEX #C11FBF Deep Magenta

📋 copy color: '#C11FBF'

red 193 ◦ green 31 ◦ blue 191

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

Shades of Deep Magenta #C11FBF

Tints of Deep Magenta #C11FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 46.51%
G = 7.47%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C11FBF (or 0xC11FBF) is known color: Deep Magenta. HEX triplet: C1, 1F and BF. RGB value is (193,31,191). Sum of RGB (Red+Green+Blue) = 193+31+191=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FBF is #3EE040. Grayscale: #616161. Windows color (decimal): -4120641 or 12525505. OLE color: 12525505.

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

Color convert

RGB 193 31 191 -
CMYK 0 0.84 0.01 0.24
HSL 300.74º 0.72% 0.44% -
HSV(B) 300.74º 0.84% 0.76% -
XYZ 31.89 16.08 50.71 -
YUV 97.68 180.67 195.99 -
System Red Green Blue C M Y K H S L
Decimal 193 31 191 0 0.84 0.01 0.24 300.74 0.72 0.44
Hex C1 1F BF 0 54 1 18 12D 48 2C
Octal 301 37 277 0 124 1 30 455 110 54
Binary 11000001 11111 10111111 0 1010100 1 11000 100101101 1001000 101100

Color Harmonies of #C11FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FBF

Black with #C11FBF

Text Example


Text Example

White with #C11FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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