Html Css Color HEX #C517B6 Deep Magenta

📋 copy color: '#C517B6'

red 197 ◦ green 23 ◦ blue 182

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

Shades of Deep Magenta #C517B6

Tints of Deep Magenta #C517B6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.72%

 BLUE value IS 182 (71.48% from 255) = 45.27%

R = 49%
G = 5.72%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C517B6 (or 0xC517B6) is known color: Deep Magenta. HEX triplet: C5, 17 and B6. RGB value is (197,23,182). Sum of RGB (Red+Green+Blue) = 197+23+182=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C517B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517B6 is #3AE849. Grayscale: #5C5C5C. Windows color (decimal): -3860554 or 11933637. OLE color: 11933637.

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

Color convert

RGB 197 23 182 -
CMYK 0 0.88 0.08 0.23
HSL 305.17º 0.79% 0.43% -
HSV(B) 305.17º 0.88% 0.77% -
XYZ 31.78 15.86 45.64 -
YUV 93.15 178.15 202.07 -
System Red Green Blue C M Y K H S L
Decimal 197 23 182 0 0.88 0.08 0.23 305.17 0.79 0.43
Hex C5 17 B6 0 58 8 17 131 4F 2B
Octal 305 27 266 0 130 10 27 461 117 53
Binary 11000101 10111 10110110 0 1011000 1000 10111 100110001 1001111 101011

Color Harmonies of #C517B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C517B6

Black with #C517B6

Text Example


Text Example

White with #C517B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C517B6; }

 p { color: rgb(197,23,182); }

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

background-color css

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

 a { background-color: rgb(197,23,182); }

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

border-color css

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

 span { border-color: rgb(197,23,182); }

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