Html Css Color HEX #C500CA Deep Magenta

📋 copy color: '#C500CA'

red 197 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #C500CA

Tints of Deep Magenta #C500CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 49.37%
G = 0%
B = 50.63%

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

#C500CA (or 0xC500CA) is known color: Deep Magenta. HEX triplet: C5, 00 and CA. RGB value is (197,0,202). Sum of RGB (Red+Green+Blue) = 197+0+202=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #C500CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500CA is #3AFF35. Grayscale: #515151. Windows color (decimal): -3866422 or 13238469. OLE color: 13238469.

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

Color convert

RGB 197 0 202 -
CMYK 0.02 1 0 0.21
HSL 298.51º 1% 0.4% -
HSV(B) 298.51º 1% 0.79% -
XYZ 33.69 16.13 57.22 -
YUV 81.93 195.77 210.07 -
System Red Green Blue C M Y K H S L
Decimal 197 0 202 0.02 1 0 0.21 298.51 1 0.4
Hex C5 0 CA 2 64 0 15 12B 64 28
Octal 305 0 312 2 144 0 25 453 144 50
Binary 11000101 0 11001010 10 1100100 0 10101 100101011 1100100 101000

Color Harmonies of #C500CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500CA

Black with #C500CA

Text Example


Text Example

White with #C500CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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