Html Css Color HEX #C517BE Deep Magenta

📋 copy color: '#C517BE'

red 197 ◦ green 23 ◦ blue 190

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

Shades of Deep Magenta #C517BE

Tints of Deep Magenta #C517BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 48.05%
G = 5.61%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C517BE (or 0xC517BE) is known color: Deep Magenta. HEX triplet: C5, 17 and BE. RGB value is (197,23,190). Sum of RGB (Red+Green+Blue) = 197+23+190=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C517BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517BE is #3AE841. Grayscale: #5D5D5D. Windows color (decimal): -3860546 or 12457925. OLE color: 12457925.

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

Color convert

RGB 197 23 190 -
CMYK 0 0.88 0.04 0.23
HSL 302.41º 0.79% 0.43% -
HSV(B) 302.41º 0.88% 0.77% -
XYZ 32.63 16.2 50.12 -
YUV 94.06 182.15 201.42 -
System Red Green Blue C M Y K H S L
Decimal 197 23 190 0 0.88 0.04 0.23 302.41 0.79 0.43
Hex C5 17 BE 0 58 4 17 12E 4F 2B
Octal 305 27 276 0 130 4 27 456 117 53
Binary 11000101 10111 10111110 0 1011000 100 10111 100101110 1001111 101011

Color Harmonies of #C517BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C517BE

Black with #C517BE

Text Example


Text Example

White with #C517BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C517BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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