Html Css Color HEX #C11CBB Deep Magenta

📋 copy color: '#C11CBB'

red 193 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #C11CBB

Tints of Deep Magenta #C11CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 47.3%
G = 6.86%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C11CBB (or 0xC11CBB) is known color: Deep Magenta. HEX triplet: C1, 1C and BB. RGB value is (193,28,187). Sum of RGB (Red+Green+Blue) = 193+28+187=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C11CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11CBB is #3EE344. Grayscale: #5E5E5E. Windows color (decimal): -4121413 or 12262593. OLE color: 12262593.

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

Color convert

RGB 193 28 187 -
CMYK 0 0.85 0.03 0.24
HSL 302.18º 0.75% 0.43% -
HSV(B) 302.18º 0.85% 0.76% -
XYZ 31.38 15.76 48.4 -
YUV 95.46 179.66 197.57 -
System Red Green Blue C M Y K H S L
Decimal 193 28 187 0 0.85 0.03 0.24 302.18 0.75 0.43
Hex C1 1C BB 0 55 3 18 12E 4B 2B
Octal 301 34 273 0 125 3 30 456 113 53
Binary 11000001 11100 10111011 0 1010101 11 11000 100101110 1001011 101011

Color Harmonies of #C11CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11CBB

Black with #C11CBB

Text Example


Text Example

White with #C11CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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