Html Css Color HEX #C80DC6 Deep Magenta

📋 copy color: '#C80DC6'

red 200 ◦ green 13 ◦ blue 198

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

Shades of Deep Magenta #C80DC6

Tints of Deep Magenta #C80DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 48.66%
G = 3.16%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C80DC6 (or 0xC80DC6) is known color: Deep Magenta. HEX triplet: C8, 0D and C6. RGB value is (200,13,198). Sum of RGB (Red+Green+Blue) = 200+13+198=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DC6 is #37F239. Grayscale: #595959. Windows color (decimal): -3666490 or 12979656. OLE color: 12979656.

HSL color Cylindrical-coordinate representation of color #C80DC6: hue angle of 300.64º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DC6 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 198 -
CMYK 0 0.94 0.01 0.22
HSL 300.64º 0.88% 0.42% -
HSV(B) 300.64º 0.94% 0.78% -
XYZ 34.16 16.64 54.84 -
YUV 90 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 200 13 198 0 0.94 0.01 0.22 300.64 0.88 0.42
Hex C8 D C6 0 5E 1 16 12D 58 2A
Octal 310 15 306 0 136 1 26 455 130 52
Binary 11001000 1101 11000110 0 1011110 1 10110 100101101 1011000 101010

Color Harmonies of #C80DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DC6

Black with #C80DC6

Text Example


Text Example

White with #C80DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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