Html Css Color HEX #C516BC Deep Magenta

📋 copy color: '#C516BC'

red 197 ◦ green 22 ◦ blue 188

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

Shades of Deep Magenta #C516BC

Tints of Deep Magenta #C516BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.41%

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 48.4%
G = 5.41%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C516BC (or 0xC516BC) is known color: Deep Magenta. HEX triplet: C5, 16 and BC. RGB value is (197,22,188). Sum of RGB (Red+Green+Blue) = 197+22+188=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C516BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516BC is #3AE943. Grayscale: #5C5C5C. Windows color (decimal): -3860804 or 12326597. OLE color: 12326597.

HSL color Cylindrical-coordinate representation of color #C516BC: hue angle of 303.09º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C516BC is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 188 -
CMYK 0 0.89 0.05 0.23
HSL 303.09º 0.8% 0.43% -
HSV(B) 303.09º 0.89% 0.77% -
XYZ 32.39 16.07 48.97 -
YUV 93.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 197 22 188 0 0.89 0.05 0.23 303.09 0.8 0.43
Hex C5 16 BC 0 59 5 17 12F 50 2B
Octal 305 26 274 0 131 5 27 457 120 53
Binary 11000101 10110 10111100 0 1011001 101 10111 100101111 1010000 101011

Color Harmonies of #C516BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516BC

Black with #C516BC

Text Example


Text Example

White with #C516BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516BC; }

 p { color: rgb(197,22,188); }

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

background-color css

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

 a { background-color: rgb(197,22,188); }

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

border-color css

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

 span { border-color: rgb(197,22,188); }

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