Html Css Color HEX #C80FDD Deep Magenta

📋 copy color: '#C80FDD'

red 200 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #C80FDD

Tints of Deep Magenta #C80FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 45.87%
G = 3.44%
B = 50.69%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C80FDD (or 0xC80FDD) is known color: Deep Magenta. HEX triplet: C8, 0F and DD. RGB value is (200,15,221). Sum of RGB (Red+Green+Blue) = 200+15+221=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #C80FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FDD is #37F022. Grayscale: #5D5D5D. Windows color (decimal): -3665955 or 14487496. OLE color: 14487496.

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

Color convert

RGB 200 15 221 -
CMYK 0.10 0.93 0 0.13
HSL 293.88º 0.87% 0.46% -
HSV(B) 293.88º 0.93% 0.87% -
XYZ 37.04 17.84 69.9 -
YUV 93.8 199.79 203.75 -
System Red Green Blue C M Y K H S L
Decimal 200 15 221 0.10 0.93 0 0.13 293.88 0.87 0.46
Hex C8 F DD A 5D 0 D 126 57 2E
Octal 310 17 335 12 135 0 15 446 127 56
Binary 11001000 1111 11011101 1010 1011101 0 1101 100100110 1010111 101110

Color Harmonies of #C80FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FDD

Black with #C80FDD

Text Example


Text Example

White with #C80FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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