Html Css Color HEX #C51CC2 Deep Magenta

📋 copy color: '#C51CC2'

red 197 ◦ green 28 ◦ blue 194

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

Shades of Deep Magenta #C51CC2

Tints of Deep Magenta #C51CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.3%

R = 47.02%
G = 6.68%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C51CC2 (or 0xC51CC2) is known color: Deep Magenta. HEX triplet: C5, 1C and C2. RGB value is (197,28,194). Sum of RGB (Red+Green+Blue) = 197+28+194=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CC2 is #3AE33D. Grayscale: #606060. Windows color (decimal): -3859262 or 12721349. OLE color: 12721349.

HSL color Cylindrical-coordinate representation of color #C51CC2: hue angle of 301.07º 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 #C51CC2 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 28 194 -
CMYK 0 0.86 0.02 0.23
HSL 301.07º 0.75% 0.44% -
HSV(B) 301.07º 0.86% 0.77% -
XYZ 33.18 16.6 52.49 -
YUV 97.46 182.49 199 -
System Red Green Blue C M Y K H S L
Decimal 197 28 194 0 0.86 0.02 0.23 301.07 0.75 0.44
Hex C5 1C C2 0 56 2 17 12D 4B 2C
Octal 305 34 302 0 126 2 27 455 113 54
Binary 11000101 11100 11000010 0 1010110 10 10111 100101101 1001011 101100

Color Harmonies of #C51CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CC2

Black with #C51CC2

Text Example


Text Example

White with #C51CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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