Html Css Color HEX #C516CB Deep Magenta

📋 copy color: '#C516CB'

red 197 ◦ green 22 ◦ blue 203

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

Shades of Deep Magenta #C516CB

Tints of Deep Magenta #C516CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 46.68%
G = 5.21%
B = 48.1%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C516CB (or 0xC516CB) is known color: Deep Magenta. HEX triplet: C5, 16 and CB. RGB value is (197,22,203). Sum of RGB (Red+Green+Blue) = 197+22+203=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #C516CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516CB is #3AE934. Grayscale: #5E5E5E. Windows color (decimal): -3860789 or 13309637. OLE color: 13309637.

HSL color Cylindrical-coordinate representation of color #C516CB: hue angle of 298.01º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C516CB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 22 203 -
CMYK 0.03 0.89 0 0.20
HSL 298.01º 0.8% 0.44% -
HSV(B) 298.01º 0.89% 0.8% -
XYZ 34.09 16.76 57.94 -
YUV 94.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 197 22 203 0.03 0.89 0 0.20 298.01 0.8 0.44
Hex C5 16 CB 3 59 0 14 12A 50 2C
Octal 305 26 313 3 131 0 24 452 120 54
Binary 11000101 10110 11001011 11 1011001 0 10100 100101010 1010000 101100

Color Harmonies of #C516CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516CB

Black with #C516CB

Text Example


Text Example

White with #C516CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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