Html Css Color HEX #C011BD Deep Magenta

📋 copy color: '#C011BD'

red 192 ◦ green 17 ◦ blue 189

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

Shades of Deep Magenta #C011BD

Tints of Deep Magenta #C011BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 48.24%
G = 4.27%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C011BD (or 0xC011BD) is known color: Deep Magenta. HEX triplet: C0, 11 and BD. RGB value is (192,17,189). Sum of RGB (Red+Green+Blue) = 192+17+189=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C011BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011BD is #3FEE42. Grayscale: #585858. Windows color (decimal): -4189763 or 12390848. OLE color: 12390848.

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

Color convert

RGB 192 17 189 -
CMYK 0 0.91 0.02 0.25
HSL 301.03º 0.84% 0.41% -
HSV(B) 301.03º 0.91% 0.75% -
XYZ 31.12 15.28 49.45 -
YUV 88.93 184.48 201.51 -
System Red Green Blue C M Y K H S L
Decimal 192 17 189 0 0.91 0.02 0.25 301.03 0.84 0.41
Hex C0 11 BD 0 5B 2 19 12D 54 29
Octal 300 21 275 0 133 2 31 455 124 51
Binary 11000000 10001 10111101 0 1011011 10 11001 100101101 1010100 101001

Color Harmonies of #C011BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011BD

Black with #C011BD

Text Example


Text Example

White with #C011BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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