Html Css Color HEX #C51FC8 Deep Magenta

📋 copy color: '#C51FC8'

red 197 ◦ green 31 ◦ blue 200

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

Shades of Deep Magenta #C51FC8

Tints of Deep Magenta #C51FC8

RGB

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

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

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

R = 46.03%
G = 7.24%
B = 46.73%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C51FC8 (or 0xC51FC8) is known color: Deep Magenta. HEX triplet: C5, 1F and C8. RGB value is (197,31,200). Sum of RGB (Red+Green+Blue) = 197+31+200=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #C51FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FC8 is #3AE037. Grayscale: #636363. Windows color (decimal): -3858488 or 13115333. OLE color: 13115333.

HSL color Cylindrical-coordinate representation of color #C51FC8: hue angle of 298.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51FC8 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 31 200 -
CMYK 0.02 0.84 0 0.22
HSL 298.93º 0.73% 0.45% -
HSV(B) 298.93º 0.85% 0.78% -
XYZ 33.94 17.02 56.14 -
YUV 99.9 184.5 197.26 -
System Red Green Blue C M Y K H S L
Decimal 197 31 200 0.02 0.84 0 0.22 298.93 0.73 0.45
Hex C5 1F C8 2 54 0 16 12B 49 2D
Octal 305 37 310 2 124 0 26 453 111 55
Binary 11000101 11111 11001000 10 1010100 0 10110 100101011 1001001 101101

Color Harmonies of #C51FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FC8

Black with #C51FC8

Text Example


Text Example

White with #C51FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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