Html Css Color HEX #C51AC8 Deep Magenta

📋 copy color: '#C51AC8'

red 197 ◦ green 26 ◦ blue 200

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

Shades of Deep Magenta #C51AC8

Tints of Deep Magenta #C51AC8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.15%

 BLUE value IS 200 (78.52% from 255) = 47.28%

R = 46.57%
G = 6.15%
B = 47.28%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C51AC8 (or 0xC51AC8) is known color: Deep Magenta. HEX triplet: C5, 1A and C8. RGB value is (197,26,200). Sum of RGB (Red+Green+Blue) = 197+26+200=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #C51AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AC8 is #3AE537. Grayscale: #606060. Windows color (decimal): -3859768 or 13114053. OLE color: 13114053.

HSL color Cylindrical-coordinate representation of color #C51AC8: hue angle of 298.97º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51AC8 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 26 200 -
CMYK 0.02 0.87 0 0.22
HSL 298.97º 0.77% 0.44% -
HSV(B) 298.97º 0.87% 0.78% -
XYZ 33.82 16.78 56.1 -
YUV 96.97 186.15 199.35 -
System Red Green Blue C M Y K H S L
Decimal 197 26 200 0.02 0.87 0 0.22 298.97 0.77 0.44
Hex C5 1A C8 2 57 0 16 12B 4D 2C
Octal 305 32 310 2 127 0 26 453 115 54
Binary 11000101 11010 11001000 10 1010111 0 10110 100101011 1001101 101100

Color Harmonies of #C51AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AC8

Black with #C51AC8

Text Example


Text Example

White with #C51AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AC8; }

 p { color: rgb(197,26,200); }

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

background-color css

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

 a { background-color: rgb(197,26,200); }

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

border-color css

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

 span { border-color: rgb(197,26,200); }

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