Html Css Color HEX #C11CB8 Deep Magenta

📋 copy color: '#C11CB8'

red 193 ◦ green 28 ◦ blue 184

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

Shades of Deep Magenta #C11CB8

Tints of Deep Magenta #C11CB8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

 BLUE value IS 184 (72.27% from 255) = 45.43%

R = 47.65%
G = 6.91%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C11CB8 (or 0xC11CB8) is known color: Deep Magenta. HEX triplet: C1, 1C and B8. RGB value is (193,28,184). Sum of RGB (Red+Green+Blue) = 193+28+184=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C11CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CB8 is #3EE347. Grayscale: #5E5E5E. Windows color (decimal): -4121416 or 12065985. OLE color: 12065985.

HSL color Cylindrical-coordinate representation of color #C11CB8: hue angle of 303.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11CB8 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 28 184 -
CMYK 0 0.85 0.05 0.24
HSL 303.27º 0.75% 0.43% -
HSV(B) 303.27º 0.85% 0.76% -
XYZ 31.06 15.63 46.73 -
YUV 95.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 193 28 184 0 0.85 0.05 0.24 303.27 0.75 0.43
Hex C1 1C B8 0 55 5 18 12F 4B 2B
Octal 301 34 270 0 125 5 30 457 113 53
Binary 11000001 11100 10111000 0 1010101 101 11000 100101111 1001011 101011

Color Harmonies of #C11CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CB8

Black with #C11CB8

Text Example


Text Example

White with #C11CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CB8; }

 p { color: rgb(193,28,184); }

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

background-color css

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

 a { background-color: rgb(193,28,184); }

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

border-color css

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

 span { border-color: rgb(193,28,184); }

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