Html Css Color HEX #C11FC5 Deep Magenta

📋 copy color: '#C11FC5'

red 193 ◦ green 31 ◦ blue 197

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

Shades of Deep Magenta #C11FC5

Tints of Deep Magenta #C11FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.79%

R = 45.84%
G = 7.36%
B = 46.79%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C11FC5 (or 0xC11FC5) is known color: Deep Magenta. HEX triplet: C1, 1F and C5. RGB value is (193,31,197). Sum of RGB (Red+Green+Blue) = 193+31+197=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #C11FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FC5 is #3EE03A. Grayscale: #616161. Windows color (decimal): -4120635 or 12918721. OLE color: 12918721.

HSL color Cylindrical-coordinate representation of color #C11FC5: hue angle of 298.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11FC5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 31 197 -
CMYK 0.02 0.84 0 0.23
HSL 298.55º 0.73% 0.45% -
HSV(B) 298.55º 0.84% 0.77% -
XYZ 32.56 16.35 54.26 -
YUV 98.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 193 31 197 0.02 0.84 0 0.23 298.55 0.73 0.45
Hex C1 1F C5 2 54 0 17 12B 49 2D
Octal 301 37 305 2 124 0 27 453 111 55
Binary 11000001 11111 11000101 10 1010100 0 10111 100101011 1001001 101101

Color Harmonies of #C11FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FC5

Black with #C11FC5

Text Example


Text Example

White with #C11FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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