Html Css Color HEX #C011BA Deep Magenta

📋 copy color: '#C011BA'

red 192 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #C011BA

Tints of Deep Magenta #C011BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 48.61%
G = 4.3%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C011BA (or 0xC011BA) is known color: Deep Magenta. HEX triplet: C0, 11 and BA. RGB value is (192,17,186). Sum of RGB (Red+Green+Blue) = 192+17+186=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C011BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011BA is #3FEE45. Grayscale: #585858. Windows color (decimal): -4189766 or 12194240. OLE color: 12194240.

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

Color convert

RGB 192 17 186 -
CMYK 0 0.91 0.03 0.25
HSL 302.06º 0.84% 0.41% -
HSV(B) 302.06º 0.91% 0.75% -
XYZ 30.8 15.15 47.76 -
YUV 88.59 182.98 201.76 -
System Red Green Blue C M Y K H S L
Decimal 192 17 186 0 0.91 0.03 0.25 302.06 0.84 0.41
Hex C0 11 BA 0 5B 3 19 12E 54 29
Octal 300 21 272 0 133 3 31 456 124 51
Binary 11000000 10001 10111010 0 1011011 11 11001 100101110 1010100 101001

Color Harmonies of #C011BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011BA

Black with #C011BA

Text Example


Text Example

White with #C011BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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