Html Css Color HEX #C51ECC Deep Magenta

📋 copy color: '#C51ECC'

red 197 ◦ green 30 ◦ blue 204

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

Shades of Deep Magenta #C51ECC

Tints of Deep Magenta #C51ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.96%

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

R = 45.71%
G = 6.96%
B = 47.33%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C51ECC (or 0xC51ECC) is known color: Deep Magenta. HEX triplet: C5, 1E and CC. RGB value is (197,30,204). Sum of RGB (Red+Green+Blue) = 197+30+204=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #C51ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ECC is #3AE133. Grayscale: #636363. Windows color (decimal): -3858740 or 13377221. OLE color: 13377221.

HSL color Cylindrical-coordinate representation of color #C51ECC: hue angle of 297.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51ECC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 30 204 -
CMYK 0.03 0.85 0 0.2
HSL 297.59º 0.74% 0.46% -
HSV(B) 297.59º 0.85% 0.8% -
XYZ 34.39 17.16 58.63 -
YUV 99.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 197 30 204 0.03 0.85 0 0.2 297.59 0.74 0.46
Hex C5 1E CC 3 55 0 14 12A 4A 2E
Octal 305 36 314 3 125 0 24 452 112 56
Binary 11000101 11110 11001100 11 1010101 0 10100 100101010 1001010 101110

Color Harmonies of #C51ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51ECC

Black with #C51ECC

Text Example


Text Example

White with #C51ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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