Html Css Color HEX #C80DDF Deep Magenta

📋 copy color: '#C80DDF'

red 200 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #C80DDF

Tints of Deep Magenta #C80DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.98%

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 45.87%
G = 2.98%
B = 51.15%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C80DDF (or 0xC80DDF) is known color: Deep Magenta. HEX triplet: C8, 0D and DF. RGB value is (200,13,223). Sum of RGB (Red+Green+Blue) = 200+13+223=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #C80DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DDF is #37F220. Grayscale: #5C5C5C. Windows color (decimal): -3666465 or 14618056. OLE color: 14618056.

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

Color convert

RGB 200 13 223 -
CMYK 0.10 0.94 0 0.13
HSL 293.43º 0.89% 0.46% -
HSV(B) 293.43º 0.94% 0.87% -
XYZ 37.28 17.89 71.3 -
YUV 92.85 201.45 204.42 -
System Red Green Blue C M Y K H S L
Decimal 200 13 223 0.10 0.94 0 0.13 293.43 0.89 0.46
Hex C8 D DF A 5E 0 D 125 59 2E
Octal 310 15 337 12 136 0 15 445 131 56
Binary 11001000 1101 11011111 1010 1011110 0 1101 100100101 1011001 101110

Color Harmonies of #C80DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DDF

Black with #C80DDF

Text Example


Text Example

White with #C80DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DDF; }

 p { color: rgb(200,13,223); }

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

background-color css

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

 a { background-color: rgb(200,13,223); }

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

border-color css

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

 span { border-color: rgb(200,13,223); }

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