Html Css Color HEX #FC2CFC Magenta

📋 copy color: '#FC2CFC'

red 252 ◦ green 44 ◦ blue 252

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

Shades of Magenta #FC2CFC

Tints of Magenta #FC2CFC

RGB

 RED value IS 252 (98.83% from 255) = 45.99%

 GREEN value IS 44 (17.58% from 255) = 8.03%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 45.99%
G = 8.03%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC2CFC (or 0xFC2CFC) is known color: Magenta. HEX triplet: FC, 2C and FC. RGB value is (252,44,252). Sum of RGB (Red+Green+Blue) = 252+44+252=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 44 (17.58% from 255 or 8.03% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC2CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2CFC is #03D303. Grayscale: #818181. Windows color (decimal): -250628 or 16526588. OLE color: 16526588.

HSL color Cylindrical-coordinate representation of color #FC2CFC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2CFC is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 44 252 -
CMYK 0 0.83 0 0.01
HSL 300º 0.97% 0.58% -
HSV(B) 300º 0.83% 0.99% -
XYZ 58.62 29.53 94.7 -
YUV 129.9 196.91 215.09 -
System Red Green Blue C M Y K H S L
Decimal 252 44 252 0 0.83 0 0.01 300 0.97 0.58
Hex FC 2C FC 0 53 0 1 12C 61 3A
Octal 374 54 374 0 123 0 1 454 141 72
Binary 11111100 101100 11111100 0 1010011 0 1 100101100 1100001 111010

Color Harmonies of #FC2CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2CFC

Black with #FC2CFC

Text Example


Text Example

White with #FC2CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2CFC; }

 p { color: rgb(252,44,252); }

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

background-color css

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

 a { background-color: rgb(252,44,252); }

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

border-color css

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

 span { border-color: rgb(252,44,252); }

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