Html Css Color HEX #C517CC Deep Magenta

📋 copy color: '#C517CC'

red 197 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #C517CC

Tints of Deep Magenta #C517CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 46.46%
G = 5.42%
B = 48.11%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C517CC (or 0xC517CC) is known color: Deep Magenta. HEX triplet: C5, 17 and CC. RGB value is (197,23,204). Sum of RGB (Red+Green+Blue) = 197+23+204=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C517CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517CC is #3AE833. Grayscale: #5F5F5F. Windows color (decimal): -3860532 or 13375429. OLE color: 13375429.

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

Color convert

RGB 197 23 204 -
CMYK 0.03 0.89 0 0.2
HSL 297.68º 0.8% 0.45% -
HSV(B) 297.68º 0.89% 0.8% -
XYZ 34.23 16.84 58.57 -
YUV 95.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 197 23 204 0.03 0.89 0 0.2 297.68 0.8 0.45
Hex C5 17 CC 3 59 0 14 12A 50 2D
Octal 305 27 314 3 131 0 24 452 120 55
Binary 11000101 10111 11001100 11 1011001 0 10100 100101010 1010000 101101

Color Harmonies of #C517CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C517CC

Black with #C517CC

Text Example


Text Example

White with #C517CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C517CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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