Html Css Color HEX #C011B2 Deep Magenta

📋 copy color: '#C011B2'

red 192 ◦ green 17 ◦ blue 178

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

Shades of Deep Magenta #C011B2

Tints of Deep Magenta #C011B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 49.61%
G = 4.39%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C011B2 (or 0xC011B2) is known color: Deep Magenta. HEX triplet: C0, 11 and B2. RGB value is (192,17,178). Sum of RGB (Red+Green+Blue) = 192+17+178=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C011B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011B2 is #3FEE4D. Grayscale: #575757. Windows color (decimal): -4189774 or 11669952. OLE color: 11669952.

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

Color convert

RGB 192 17 178 -
CMYK 0 0.91 0.07 0.25
HSL 304.8º 0.84% 0.41% -
HSV(B) 304.8º 0.91% 0.75% -
XYZ 29.97 14.82 43.4 -
YUV 87.68 178.98 202.41 -
System Red Green Blue C M Y K H S L
Decimal 192 17 178 0 0.91 0.07 0.25 304.8 0.84 0.41
Hex C0 11 B2 0 5B 7 19 131 54 29
Octal 300 21 262 0 133 7 31 461 124 51
Binary 11000000 10001 10110010 0 1011011 111 11001 100110001 1010100 101001

Color Harmonies of #C011B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C011B2

Black with #C011B2

Text Example


Text Example

White with #C011B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C011B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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