Html Css Color HEX #FF00C0 Hot Magenta

📋 copy color: '#FF00C0'

red 255 ◦ green 0 ◦ blue 192

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

Shades of Hot Magenta #FF00C0

Tints of Hot Magenta #FF00C0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 57.05%
G = 0%
B = 42.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF00C0 (or 0xFF00C0) is known color: Hot Magenta. HEX triplet: FF, 00 and C0. RGB value is (255,0,192). Sum of RGB (Red+Green+Blue) = 255+0+192=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00C0 is #00FF3F. Grayscale: #616161. Windows color (decimal): -65344 or 12583167. OLE color: 12583167.

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

Color convert

RGB 255 0 192 -
CMYK 0 1 0.25 0
HSL 314.82º 1% 0.5% -
HSV(B) 314.82º 1% 1% -
XYZ 50.75 25.07 52.03 -
YUV 98.13 180.98 239.89 -
System Red Green Blue C M Y K H S L
Decimal 255 0 192 0 1 0.25 0 314.82 1 0.5
Hex FF 0 C0 0 64 19 0 13B 64 32
Octal 377 0 300 0 144 31 0 473 144 62
Binary 11111111 0 11000000 0 1100100 11001 0 100111011 1100100 110010

Color Harmonies of #FF00C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF00C0

Black with #FF00C0

Text Example


Text Example

White with #FF00C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF00C0; }

 p { color: rgb(255,0,192); }

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

background-color css

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

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

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

border-color css

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

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

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