Html Css Color HEX #C011B5 Deep Magenta

📋 copy color: '#C011B5'

red 192 ◦ green 17 ◦ blue 181

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

Shades of Deep Magenta #C011B5

Tints of Deep Magenta #C011B5

RGB

 RED value IS 192 (75.39% from 255) = 49.23%

 GREEN value IS 17 (7.03% from 255) = 4.36%

 BLUE value IS 181 (71.09% from 255) = 46.41%

R = 49.23%
G = 4.36%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C011B5 (or 0xC011B5) is known color: Deep Magenta. HEX triplet: C0, 11 and B5. RGB value is (192,17,181). Sum of RGB (Red+Green+Blue) = 192+17+181=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C011B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011B5 is #3FEE4A. Grayscale: #575757. Windows color (decimal): -4189771 or 11866560. OLE color: 11866560.

HSL color Cylindrical-coordinate representation of color #C011B5: hue angle of 303.77º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011B5 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 181 -
CMYK 0 0.91 0.06 0.25
HSL 303.77º 0.84% 0.41% -
HSV(B) 303.77º 0.91% 0.75% -
XYZ 30.28 14.94 45 -
YUV 88.02 180.48 202.16 -
System Red Green Blue C M Y K H S L
Decimal 192 17 181 0 0.91 0.06 0.25 303.77 0.84 0.41
Hex C0 11 B5 0 5B 6 19 130 54 29
Octal 300 21 265 0 133 6 31 460 124 51
Binary 11000000 10001 10110101 0 1011011 110 11001 100110000 1010100 101001

Color Harmonies of #C011B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011B5

Black with #C011B5

Text Example


Text Example

White with #C011B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011B5; }

 p { color: rgb(192,17,181); }

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

background-color css

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

 a { background-color: rgb(192,17,181); }

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

border-color css

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

 span { border-color: rgb(192,17,181); }

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