Html Css Color HEX #C500CF Deep Magenta

📋 copy color: '#C500CF'

red 197 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #C500CF

Tints of Deep Magenta #C500CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 48.76%
G = 0%
B = 51.24%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C500CF (or 0xC500CF) is known color: Deep Magenta. HEX triplet: C5, 00 and CF. RGB value is (197,0,207). Sum of RGB (Red+Green+Blue) = 197+0+207=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #C500CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500CF is #3AFF30. Grayscale: #515151. Windows color (decimal): -3866417 or 13566149. OLE color: 13566149.

HSL color Cylindrical-coordinate representation of color #C500CF: hue angle of 297.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500CF is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 0 207 -
CMYK 0.05 1 0 0.19
HSL 297.1º 1% 0.41% -
HSV(B) 297.1º 1% 0.81% -
XYZ 34.29 16.38 60.39 -
YUV 82.5 198.27 209.67 -
System Red Green Blue C M Y K H S L
Decimal 197 0 207 0.05 1 0 0.19 297.1 1 0.41
Hex C5 0 CF 5 64 0 13 129 64 29
Octal 305 0 317 5 144 0 23 451 144 51
Binary 11000101 0 11001111 101 1100100 0 10011 100101001 1100100 101001

Color Harmonies of #C500CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C500CF

Black with #C500CF

Text Example


Text Example

White with #C500CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C500CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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