Html Css Color HEX #C500CD Deep Magenta

📋 copy color: '#C500CD'

red 197 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #C500CD

Tints of Deep Magenta #C500CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51%

R = 49%
G = 0%
B = 51%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C500CD (or 0xC500CD) is known color: Deep Magenta. HEX triplet: C5, 00 and CD. RGB value is (197,0,205). Sum of RGB (Red+Green+Blue) = 197+0+205=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #C500CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500CD is #3AFF32. Grayscale: #515151. Windows color (decimal): -3866419 or 13435077. OLE color: 13435077.

HSL color Cylindrical-coordinate representation of color #C500CD: hue angle of 297.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500CD is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 0 205 -
CMYK 0.04 1 0 0.20
HSL 297.66º 1% 0.4% -
HSV(B) 297.66º 1% 0.8% -
XYZ 34.05 16.28 59.11 -
YUV 82.27 197.27 209.83 -
System Red Green Blue C M Y K H S L
Decimal 197 0 205 0.04 1 0 0.20 297.66 1 0.4
Hex C5 0 CD 4 64 0 14 12A 64 28
Octal 305 0 315 4 144 0 24 452 144 50
Binary 11000101 0 11001101 100 1100100 0 10100 100101010 1100100 101000

Color Harmonies of #C500CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500CD

Black with #C500CD

Text Example


Text Example

White with #C500CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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