Html Css Color HEX #C51FBC Deep Magenta

📋 copy color: '#C51FBC'

red 197 ◦ green 31 ◦ blue 188

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

Shades of Deep Magenta #C51FBC

Tints of Deep Magenta #C51FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 47.36%
G = 7.45%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C51FBC (or 0xC51FBC) is known color: Deep Magenta. HEX triplet: C5, 1F and BC. RGB value is (197,31,188). Sum of RGB (Red+Green+Blue) = 197+31+188=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FBC is #3AE043. Grayscale: #626262. Windows color (decimal): -3858500 or 12328901. OLE color: 12328901.

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

Color convert

RGB 197 31 188 -
CMYK 0 0.84 0.05 0.23
HSL 303.25º 0.73% 0.45% -
HSV(B) 303.25º 0.84% 0.77% -
XYZ 32.59 16.48 49.04 -
YUV 98.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 197 31 188 0 0.84 0.05 0.23 303.25 0.73 0.45
Hex C5 1F BC 0 54 5 17 12F 49 2D
Octal 305 37 274 0 124 5 27 457 111 55
Binary 11000101 11111 10111100 0 1010100 101 10111 100101111 1001001 101101

Color Harmonies of #C51FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FBC

Black with #C51FBC

Text Example


Text Example

White with #C51FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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