Html Css Color HEX #C51FC4 Deep Magenta

📋 copy color: '#C51FC4'

red 197 ◦ green 31 ◦ blue 196

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

Shades of Deep Magenta #C51FC4

Tints of Deep Magenta #C51FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.23%

R = 46.46%
G = 7.31%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C51FC4 (or 0xC51FC4) is known color: Deep Magenta. HEX triplet: C5, 1F and C4. RGB value is (197,31,196). Sum of RGB (Red+Green+Blue) = 197+31+196=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FC4 is #3AE03B. Grayscale: #626262. Windows color (decimal): -3858492 or 12853189. OLE color: 12853189.

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

Color convert

RGB 197 31 196 -
CMYK 0 0.84 0.01 0.23
HSL 300.36º 0.73% 0.45% -
HSV(B) 300.36º 0.84% 0.77% -
XYZ 33.48 16.84 53.71 -
YUV 99.44 182.5 197.58 -
System Red Green Blue C M Y K H S L
Decimal 197 31 196 0 0.84 0.01 0.23 300.36 0.73 0.45
Hex C5 1F C4 0 54 1 17 12C 49 2D
Octal 305 37 304 0 124 1 27 454 111 55
Binary 11000101 11111 11000100 0 1010100 1 10111 100101100 1001001 101101

Color Harmonies of #C51FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FC4

Black with #C51FC4

Text Example


Text Example

White with #C51FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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