Html Css Color HEX #C11FB4 Deep Magenta

📋 copy color: '#C11FB4'

red 193 ◦ green 31 ◦ blue 180

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

Shades of Deep Magenta #C11FB4

Tints of Deep Magenta #C11FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 47.77%
G = 7.67%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C11FB4 (or 0xC11FB4) is known color: Deep Magenta. HEX triplet: C1, 1F and B4. RGB value is (193,31,180). Sum of RGB (Red+Green+Blue) = 193+31+180=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FB4 is #3EE04B. Grayscale: #5F5F5F. Windows color (decimal): -4120652 or 11804609. OLE color: 11804609.

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

Color convert

RGB 193 31 180 -
CMYK 0 0.84 0.07 0.24
HSL 304.81º 0.72% 0.44% -
HSV(B) 304.81º 0.84% 0.76% -
XYZ 30.72 15.61 44.57 -
YUV 96.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 193 31 180 0 0.84 0.07 0.24 304.81 0.72 0.44
Hex C1 1F B4 0 54 7 18 131 48 2C
Octal 301 37 264 0 124 7 30 461 110 54
Binary 11000001 11111 10110100 0 1010100 111 11000 100110001 1001000 101100

Color Harmonies of #C11FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11FB4

Black with #C11FB4

Text Example


Text Example

White with #C11FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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