Html Css Color HEX #FF1DFF Magenta

📋 copy color: '#FF1DFF'

red 255 ◦ green 29 ◦ blue 255

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

Shades of Magenta #FF1DFF

Tints of Magenta #FF1DFF

RGB

 RED value IS 255 (100% from 255) = 47.31%

 GREEN value IS 29 (11.72% from 255) = 5.38%

 BLUE value IS 255 (100% from 255) = 47.31%

R = 47.31%
G = 5.38%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF1DFF (or 0xFF1DFF) is known color: Magenta. HEX triplet: FF, 1D and FF. RGB value is (255,29,255). Sum of RGB (Red+Green+Blue) = 255+29+255=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 29 (11.72% from 255 or 5.38% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF1DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1DFF is #00E200. Grayscale: #797979. Windows color (decimal): -57857 or 16719359. OLE color: 16719359.

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

Color convert

RGB 255 29 255 -
CMYK 0 0.89 0 0
HSL 300º 1% 0.56% -
HSV(B) 300º 0.89% 1% -
XYZ 59.73 29.36 97.13 -
YUV 122.34 202.87 222.62 -
System Red Green Blue C M Y K H S L
Decimal 255 29 255 0 0.89 0 0 300 1 0.56
Hex FF 1D FF 0 59 0 0 12C 64 38
Octal 377 35 377 0 131 0 0 454 144 70
Binary 11111111 11101 11111111 0 1011001 0 0 100101100 1100100 111000

Color Harmonies of #FF1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1DFF

Black with #FF1DFF

Text Example


Text Example

White with #FF1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1DFF; }

 p { color: rgb(255,29,255); }

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

background-color css

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

 a { background-color: rgb(255,29,255); }

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

border-color css

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

 span { border-color: rgb(255,29,255); }

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