Html Css Color HEX #C517B5 Deep Magenta

📋 copy color: '#C517B5'

red 197 ◦ green 23 ◦ blue 181

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

Shades of Deep Magenta #C517B5

Tints of Deep Magenta #C517B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 49.13%
G = 5.74%
B = 45.14%

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

#C517B5 (or 0xC517B5) is known color: Deep Magenta. HEX triplet: C5, 17 and B5. RGB value is (197,23,181). Sum of RGB (Red+Green+Blue) = 197+23+181=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C517B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517B5 is #3AE84A. Grayscale: #5C5C5C. Windows color (decimal): -3860555 or 11868101. OLE color: 11868101.

HSL color Cylindrical-coordinate representation of color #C517B5: hue angle of 305.52º 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 #C517B5 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 181 -
CMYK 0 0.88 0.08 0.23
HSL 305.52º 0.79% 0.43% -
HSV(B) 305.52º 0.88% 0.77% -
XYZ 31.67 15.82 45.1 -
YUV 93.04 177.65 202.15 -
System Red Green Blue C M Y K H S L
Decimal 197 23 181 0 0.88 0.08 0.23 305.52 0.79 0.43
Hex C5 17 B5 0 58 8 17 132 4F 2B
Octal 305 27 265 0 130 10 27 462 117 53
Binary 11000101 10111 10110101 0 1011000 1000 10111 100110010 1001111 101011

Color Harmonies of #C517B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C517B5

Black with #C517B5

Text Example


Text Example

White with #C517B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C517B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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