Html Css Color HEX #C51CB6 Deep Magenta

📋 copy color: '#C51CB6'

red 197 ◦ green 28 ◦ blue 182

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

Shades of Deep Magenta #C51CB6

Tints of Deep Magenta #C51CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 48.4%
G = 6.88%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C51CB6 (or 0xC51CB6) is known color: Deep Magenta. HEX triplet: C5, 1C and B6. RGB value is (197,28,182). Sum of RGB (Red+Green+Blue) = 197+28+182=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CB6 is #3AE349. Grayscale: #5F5F5F. Windows color (decimal): -3859274 or 11934917. OLE color: 11934917.

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

Color convert

RGB 197 28 182 -
CMYK 0 0.86 0.08 0.23
HSL 305.33º 0.75% 0.44% -
HSV(B) 305.33º 0.86% 0.77% -
XYZ 31.88 16.08 45.68 -
YUV 96.09 176.49 199.98 -
System Red Green Blue C M Y K H S L
Decimal 197 28 182 0 0.86 0.08 0.23 305.33 0.75 0.44
Hex C5 1C B6 0 56 8 17 131 4B 2C
Octal 305 34 266 0 126 10 27 461 113 54
Binary 11000101 11100 10110110 0 1010110 1000 10111 100110001 1001011 101100

Color Harmonies of #C51CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CB6

Black with #C51CB6

Text Example


Text Example

White with #C51CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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