Html Css Color HEX #C500CC Deep Magenta

📋 copy color: '#C500CC'

red 197 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #C500CC

Tints of Deep Magenta #C500CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 49.13%
G = 0%
B = 50.87%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C500CC (or 0xC500CC) is known color: Deep Magenta. HEX triplet: C5, 00 and CC. RGB value is (197,0,204). Sum of RGB (Red+Green+Blue) = 197+0+204=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #C500CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500CC is #3AFF33. Grayscale: #515151. Windows color (decimal): -3866420 or 13369541. OLE color: 13369541.

HSL color Cylindrical-coordinate representation of color #C500CC: hue angle of 297.94º 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 #C500CC is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 0 204 -
CMYK 0.03 1 0 0.2
HSL 297.94º 1% 0.4% -
HSV(B) 297.94º 1% 0.8% -
XYZ 33.93 16.23 58.47 -
YUV 82.16 196.77 209.91 -
System Red Green Blue C M Y K H S L
Decimal 197 0 204 0.03 1 0 0.2 297.94 1 0.4
Hex C5 0 CC 3 64 0 14 12A 64 28
Octal 305 0 314 3 144 0 24 452 144 50
Binary 11000101 0 11001100 11 1100100 0 10100 100101010 1100100 101000

Color Harmonies of #C500CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500CC

Black with #C500CC

Text Example


Text Example

White with #C500CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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