Html Css Color HEX #C51ACB Deep Magenta

📋 copy color: '#C51ACB'

red 197 ◦ green 26 ◦ blue 203

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

Shades of Deep Magenta #C51ACB

Tints of Deep Magenta #C51ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 46.24%
G = 6.1%
B = 47.65%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C51ACB (or 0xC51ACB) is known color: Deep Magenta. HEX triplet: C5, 1A and CB. RGB value is (197,26,203). Sum of RGB (Red+Green+Blue) = 197+26+203=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #C51ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ACB is #3AE534. Grayscale: #606060. Windows color (decimal): -3859765 or 13310661. OLE color: 13310661.

HSL color Cylindrical-coordinate representation of color #C51ACB: hue angle of 297.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51ACB is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 26 203 -
CMYK 0.03 0.87 0 0.20
HSL 297.97º 0.77% 0.45% -
HSV(B) 297.97º 0.87% 0.8% -
XYZ 34.17 16.92 57.96 -
YUV 97.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 197 26 203 0.03 0.87 0 0.20 297.97 0.77 0.45
Hex C5 1A CB 3 57 0 14 12A 4D 2D
Octal 305 32 313 3 127 0 24 452 115 55
Binary 11000101 11010 11001011 11 1010111 0 10100 100101010 1001101 101101

Color Harmonies of #C51ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51ACB

Black with #C51ACB

Text Example


Text Example

White with #C51ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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