Html Css Color HEX #C80FDB Deep Magenta

📋 copy color: '#C80FDB'

red 200 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #C80FDB

Tints of Deep Magenta #C80FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 46.08%
G = 3.46%
B = 50.46%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C80FDB (or 0xC80FDB) is known color: Deep Magenta. HEX triplet: C8, 0F and DB. RGB value is (200,15,219). Sum of RGB (Red+Green+Blue) = 200+15+219=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #C80FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FDB is #37F024. Grayscale: #5C5C5C. Windows color (decimal): -3665957 or 14356424. OLE color: 14356424.

HSL color Cylindrical-coordinate representation of color #C80FDB: hue angle of 294.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FDB is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 15 219 -
CMYK 0.09 0.93 0 0.14
HSL 294.41º 0.87% 0.46% -
HSV(B) 294.41º 0.93% 0.86% -
XYZ 36.78 17.74 68.5 -
YUV 93.57 198.79 203.91 -
System Red Green Blue C M Y K H S L
Decimal 200 15 219 0.09 0.93 0 0.14 294.41 0.87 0.46
Hex C8 F DB 9 5D 0 E 126 57 2E
Octal 310 17 333 11 135 0 16 446 127 56
Binary 11001000 1111 11011011 1001 1011101 0 1110 100100110 1010111 101110

Color Harmonies of #C80FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FDB

Black with #C80FDB

Text Example


Text Example

White with #C80FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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