Html Css Color HEX #C511B2 Deep Magenta

📋 copy color: '#C511B2'

red 197 ◦ green 17 ◦ blue 178

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

Shades of Deep Magenta #C511B2

Tints of Deep Magenta #C511B2

RGB

 RED value IS 197 (77.34% from 255) = 50.26%

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

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

R = 50.26%
G = 4.34%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C511B2 (or 0xC511B2) is known color: Deep Magenta. HEX triplet: C5, 11 and B2. RGB value is (197,17,178). Sum of RGB (Red+Green+Blue) = 197+17+178=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C511B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C511B2 is #3AEE4D. Grayscale: #585858. Windows color (decimal): -3862094 or 11669957. OLE color: 11669957.

HSL color Cylindrical-coordinate representation of color #C511B2: hue angle of 306.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C511B2 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 178 -
CMYK 0 0.91 0.10 0.23
HSL 306.33º 0.84% 0.42% -
HSV(B) 306.33º 0.91% 0.77% -
XYZ 31.26 15.49 43.46 -
YUV 89.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 197 17 178 0 0.91 0.10 0.23 306.33 0.84 0.42
Hex C5 11 B2 0 5B A 17 132 54 2A
Octal 305 21 262 0 133 12 27 462 124 52
Binary 11000101 10001 10110010 0 1011011 1010 10111 100110010 1010100 101010

Color Harmonies of #C511B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511B2

Black with #C511B2

Text Example


Text Example

White with #C511B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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