Html Css Color HEX #C51CC0 Deep Magenta

📋 copy color: '#C51CC0'

red 197 ◦ green 28 ◦ blue 192

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

Shades of Deep Magenta #C51CC0

Tints of Deep Magenta #C51CC0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.71%

 BLUE value IS 192 (75.39% from 255) = 46.04%

R = 47.24%
G = 6.71%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C51CC0 (or 0xC51CC0) is known color: Deep Magenta. HEX triplet: C5, 1C and C0. RGB value is (197,28,192). Sum of RGB (Red+Green+Blue) = 197+28+192=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CC0 is #3AE33F. Grayscale: #606060. Windows color (decimal): -3859264 or 12590277. OLE color: 12590277.

HSL color Cylindrical-coordinate representation of color #C51CC0: hue angle of 301.78º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51CC0 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 28 192 -
CMYK 0 0.86 0.03 0.23
HSL 301.78º 0.75% 0.44% -
HSV(B) 301.78º 0.86% 0.77% -
XYZ 32.96 16.51 51.32 -
YUV 97.23 181.49 199.16 -
System Red Green Blue C M Y K H S L
Decimal 197 28 192 0 0.86 0.03 0.23 301.78 0.75 0.44
Hex C5 1C C0 0 56 3 17 12E 4B 2C
Octal 305 34 300 0 126 3 27 456 113 54
Binary 11000101 11100 11000000 0 1010110 11 10111 100101110 1001011 101100

Color Harmonies of #C51CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CC0

Black with #C51CC0

Text Example


Text Example

White with #C51CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CC0; }

 p { color: rgb(197,28,192); }

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

background-color css

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

 a { background-color: rgb(197,28,192); }

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

border-color css

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

 span { border-color: rgb(197,28,192); }

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