Html Css Color HEX #C51FE4 Deep Magenta

📋 copy color: '#C51FE4'

red 197 ◦ green 31 ◦ blue 228

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

Shades of Deep Magenta #C51FE4

Tints of Deep Magenta #C51FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50%

R = 43.2%
G = 6.8%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C51FE4 (or 0xC51FE4) is known color: Deep Magenta. HEX triplet: C5, 1F and E4. RGB value is (197,31,228). Sum of RGB (Red+Green+Blue) = 197+31+228=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #C51FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FE4 is #3AE01B. Grayscale: #666666. Windows color (decimal): -3858460 or 14950341. OLE color: 14950341.

HSL color Cylindrical-coordinate representation of color #C51FE4: hue angle of 290.56º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51FE4 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 31 228 -
CMYK 0.14 0.86 0 0.11
HSL 290.56º 0.78% 0.51% -
HSV(B) 290.56º 0.86% 0.89% -
XYZ 37.52 18.45 74.98 -
YUV 103.09 198.5 194.98 -
System Red Green Blue C M Y K H S L
Decimal 197 31 228 0.14 0.86 0 0.11 290.56 0.78 0.51
Hex C5 1F E4 E 56 0 B 123 4E 33
Octal 305 37 344 16 126 0 13 443 116 63
Binary 11000101 11111 11100100 1110 1010110 0 1011 100100011 1001110 110011

Color Harmonies of #C51FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FE4

Black with #C51FE4

Text Example


Text Example

White with #C51FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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