Html Css Color HEX #C500C9 Deep Magenta

📋 copy color: '#C500C9'

red 197 ◦ green 0 ◦ blue 201

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

Shades of Deep Magenta #C500C9

Tints of Deep Magenta #C500C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 49.5%
G = 0%
B = 50.5%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C500C9 (or 0xC500C9) is known color: Deep Magenta. HEX triplet: C5, 00 and C9. RGB value is (197,0,201). Sum of RGB (Red+Green+Blue) = 197+0+201=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #C500C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500C9 is #3AFF36. Grayscale: #515151. Windows color (decimal): -3866423 or 13172933. OLE color: 13172933.

HSL color Cylindrical-coordinate representation of color #C500C9: hue angle of 298.81º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500C9 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 0 201 -
CMYK 0.02 1 0 0.21
HSL 298.81º 1% 0.39% -
HSV(B) 298.81º 1% 0.79% -
XYZ 33.57 16.09 56.59 -
YUV 81.82 195.27 210.16 -
System Red Green Blue C M Y K H S L
Decimal 197 0 201 0.02 1 0 0.21 298.81 1 0.39
Hex C5 0 C9 2 64 0 15 12B 64 27
Octal 305 0 311 2 144 0 25 453 144 47
Binary 11000101 0 11001001 10 1100100 0 10101 100101011 1100100 100111

Color Harmonies of #C500C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500C9

Black with #C500C9

Text Example


Text Example

White with #C500C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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