Html Css Color HEX #C500DD Deep Magenta

📋 copy color: '#C500DD'

red 197 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #C500DD

Tints of Deep Magenta #C500DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 47.13%
G = 0%
B = 52.87%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C500DD (or 0xC500DD) is known color: Deep Magenta. HEX triplet: C5, 00 and DD. RGB value is (197,0,221). Sum of RGB (Red+Green+Blue) = 197+0+221=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #C500DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500DD is #3AFF22. Grayscale: #535353. Windows color (decimal): -3866403 or 14483653. OLE color: 14483653.

HSL color Cylindrical-coordinate representation of color #C500DD: hue angle of 293.48º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500DD is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 0 221 -
CMYK 0.11 1 0 0.13
HSL 293.48º 1% 0.43% -
HSV(B) 293.48º 1% 0.87% -
XYZ 36.08 17.09 69.8 -
YUV 84.1 205.27 208.53 -
System Red Green Blue C M Y K H S L
Decimal 197 0 221 0.11 1 0 0.13 293.48 1 0.43
Hex C5 0 DD B 64 0 D 125 64 2B
Octal 305 0 335 13 144 0 15 445 144 53
Binary 11000101 0 11011101 1011 1100100 0 1101 100100101 1100100 101011

Color Harmonies of #C500DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500DD

Black with #C500DD

Text Example


Text Example

White with #C500DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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