Html Css Color HEX #C51CE2 Deep Magenta

📋 copy color: '#C51CE2'

red 197 ◦ green 28 ◦ blue 226

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

Shades of Deep Magenta #C51CE2

Tints of Deep Magenta #C51CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.11%

R = 43.68%
G = 6.21%
B = 50.11%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C51CE2 (or 0xC51CE2) is known color: Deep Magenta. HEX triplet: C5, 1C and E2. RGB value is (197,28,226). Sum of RGB (Red+Green+Blue) = 197+28+226=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #C51CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CE2 is #3AE31D. Grayscale: #646464. Windows color (decimal): -3859230 or 14818501. OLE color: 14818501.

HSL color Cylindrical-coordinate representation of color #C51CE2: hue angle of 291.21º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51CE2 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 28 226 -
CMYK 0.13 0.88 0 0.11
HSL 291.21º 0.78% 0.5% -
HSV(B) 291.21º 0.88% 0.89% -
XYZ 37.17 18.19 73.5 -
YUV 101.1 198.49 196.4 -
System Red Green Blue C M Y K H S L
Decimal 197 28 226 0.13 0.88 0 0.11 291.21 0.78 0.5
Hex C5 1C E2 D 58 0 B 123 4E 32
Octal 305 34 342 15 130 0 13 443 116 62
Binary 11000101 11100 11100010 1101 1011000 0 1011 100100011 1001110 110010

Color Harmonies of #C51CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CE2

Black with #C51CE2

Text Example


Text Example

White with #C51CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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