Html Css Color HEX #C51FBE Deep Magenta

📋 copy color: '#C51FBE'

red 197 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #C51FBE

Tints of Deep Magenta #C51FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.42%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 47.13%
G = 7.42%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C51FBE (or 0xC51FBE) is known color: Deep Magenta. HEX triplet: C5, 1F and BE. RGB value is (197,31,190). Sum of RGB (Red+Green+Blue) = 197+31+190=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FBE is #3AE041. Grayscale: #626262. Windows color (decimal): -3858498 or 12459973. OLE color: 12459973.

HSL color Cylindrical-coordinate representation of color #C51FBE: hue angle of 302.53º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FBE is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 190 -
CMYK 0 0.84 0.04 0.23
HSL 302.53º 0.73% 0.45% -
HSV(B) 302.53º 0.84% 0.77% -
XYZ 32.81 16.57 50.18 -
YUV 98.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 197 31 190 0 0.84 0.04 0.23 302.53 0.73 0.45
Hex C5 1F BE 0 54 4 17 12F 49 2D
Octal 305 37 276 0 124 4 27 457 111 55
Binary 11000101 11111 10111110 0 1010100 100 10111 100101111 1001001 101101

Color Harmonies of #C51FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FBE

Black with #C51FBE

Text Example


Text Example

White with #C51FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FBE; }

 p { color: rgb(197,31,190); }

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

background-color css

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

 a { background-color: rgb(197,31,190); }

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

border-color css

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

 span { border-color: rgb(197,31,190); }

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