Html Css Color HEX #C51FCA Deep Magenta

📋 copy color: '#C51FCA'

red 197 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #C51FCA

Tints of Deep Magenta #C51FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 45.81%
G = 7.21%
B = 46.98%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C51FCA (or 0xC51FCA) is known color: Deep Magenta. HEX triplet: C5, 1F and CA. RGB value is (197,31,202). Sum of RGB (Red+Green+Blue) = 197+31+202=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #C51FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FCA is #3AE035. Grayscale: #636363. Windows color (decimal): -3858486 or 13246405. OLE color: 13246405.

HSL color Cylindrical-coordinate representation of color #C51FCA: hue angle of 298.25º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51FCA is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 31 202 -
CMYK 0.02 0.85 0 0.21
HSL 298.25º 0.73% 0.46% -
HSV(B) 298.25º 0.85% 0.79% -
XYZ 34.18 17.11 57.38 -
YUV 100.13 185.5 197.1 -
System Red Green Blue C M Y K H S L
Decimal 197 31 202 0.02 0.85 0 0.21 298.25 0.73 0.46
Hex C5 1F CA 2 55 0 15 12A 49 2E
Octal 305 37 312 2 125 0 25 452 111 56
Binary 11000101 11111 11001010 10 1010101 0 10101 100101010 1001001 101110

Color Harmonies of #C51FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FCA

Black with #C51FCA

Text Example


Text Example

White with #C51FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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