Html Css Color HEX #C80FBE Deep Magenta

📋 copy color: '#C80FBE'

red 200 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #C80FBE

Tints of Deep Magenta #C80FBE

RGB

 RED value IS 200 (78.52% from 255) = 49.38%

 GREEN value IS 15 (6.25% from 255) = 3.7%

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 49.38%
G = 3.7%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C80FBE (or 0xC80FBE) is known color: Deep Magenta. HEX triplet: C8, 0F and BE. RGB value is (200,15,190). Sum of RGB (Red+Green+Blue) = 200+15+190=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FBE is #37F041. Grayscale: #595959. Windows color (decimal): -3665986 or 12455880. OLE color: 12455880.

HSL color Cylindrical-coordinate representation of color #C80FBE: hue angle of 303.24º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FBE is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 15 190 -
CMYK 0 0.92 0.05 0.22
HSL 303.24º 0.86% 0.42% -
HSV(B) 303.24º 0.93% 0.78% -
XYZ 33.28 16.34 50.11 -
YUV 90.27 184.29 206.27 -
System Red Green Blue C M Y K H S L
Decimal 200 15 190 0 0.92 0.05 0.22 303.24 0.86 0.42
Hex C8 F BE 0 5C 5 16 12F 56 2A
Octal 310 17 276 0 134 5 26 457 126 52
Binary 11001000 1111 10111110 0 1011100 101 10110 100101111 1010110 101010

Color Harmonies of #C80FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FBE

Black with #C80FBE

Text Example


Text Example

White with #C80FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FBE; }

 p { color: rgb(200,15,190); }

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

background-color css

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

 a { background-color: rgb(200,15,190); }

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

border-color css

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

 span { border-color: rgb(200,15,190); }

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