Html Css Color HEX #C11FBE Deep Magenta

📋 copy color: '#C11FBE'

red 193 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #C11FBE

Tints of Deep Magenta #C11FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 46.62%
G = 7.49%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C11FBE (or 0xC11FBE) is known color: Deep Magenta. HEX triplet: C1, 1F and BE. RGB value is (193,31,190). Sum of RGB (Red+Green+Blue) = 193+31+190=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FBE is #3EE041. Grayscale: #616161. Windows color (decimal): -4120642 or 12459969. OLE color: 12459969.

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

Color convert

RGB 193 31 190 -
CMYK 0 0.84 0.02 0.24
HSL 301.11º 0.72% 0.44% -
HSV(B) 301.11º 0.84% 0.76% -
XYZ 31.78 16.04 50.14 -
YUV 97.56 180.17 196.07 -
System Red Green Blue C M Y K H S L
Decimal 193 31 190 0 0.84 0.02 0.24 301.11 0.72 0.44
Hex C1 1F BE 0 54 2 18 12D 48 2C
Octal 301 37 276 0 124 2 30 455 110 54
Binary 11000001 11111 10111110 0 1010100 10 11000 100101101 1001000 101100

Color Harmonies of #C11FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FBE

Black with #C11FBE

Text Example


Text Example

White with #C11FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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