Html Css Color HEX #C500D8 Deep Magenta

📋 copy color: '#C500D8'

red 197 ◦ green 0 ◦ blue 216

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

Shades of Deep Magenta #C500D8

Tints of Deep Magenta #C500D8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 216 (84.77% from 255) = 52.3%

R = 47.7%
G = 0%
B = 52.3%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C500D8 (or 0xC500D8) is known color: Deep Magenta. HEX triplet: C5, 00 and D8. RGB value is (197,0,216). Sum of RGB (Red+Green+Blue) = 197+0+216=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #C500D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500D8 is #3AFF27. Grayscale: #525252. Windows color (decimal): -3866408 or 14155973. OLE color: 14155973.

HSL color Cylindrical-coordinate representation of color #C500D8: hue angle of 294.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500D8 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 0 216 -
CMYK 0.09 1 0 0.15
HSL 294.72º 1% 0.42% -
HSV(B) 294.72º 1% 0.85% -
XYZ 35.42 16.83 66.35 -
YUV 83.53 202.77 208.94 -
System Red Green Blue C M Y K H S L
Decimal 197 0 216 0.09 1 0 0.15 294.72 1 0.42
Hex C5 0 D8 9 64 0 F 127 64 2A
Octal 305 0 330 11 144 0 17 447 144 52
Binary 11000101 0 11011000 1001 1100100 0 1111 100100111 1100100 101010

Color Harmonies of #C500D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500D8

Black with #C500D8

Text Example


Text Example

White with #C500D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500D8; }

 p { color: rgb(197,0,216); }

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

background-color css

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

 a { background-color: rgb(197,0,216); }

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

border-color css

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

 span { border-color: rgb(197,0,216); }

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