Html Css Color HEX #C80DC3 Deep Magenta

📋 copy color: '#C80DC3'

red 200 ◦ green 13 ◦ blue 195

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

Shades of Deep Magenta #C80DC3

Tints of Deep Magenta #C80DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.79%

R = 49.02%
G = 3.19%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C80DC3 (or 0xC80DC3) is known color: Deep Magenta. HEX triplet: C8, 0D and C3. RGB value is (200,13,195). Sum of RGB (Red+Green+Blue) = 200+13+195=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DC3 is #37F23C. Grayscale: #595959. Windows color (decimal): -3666493 or 12783048. OLE color: 12783048.

HSL color Cylindrical-coordinate representation of color #C80DC3: hue angle of 301.6º 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 #C80DC3 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 195 -
CMYK 0 0.94 0.02 0.22
HSL 301.6º 0.88% 0.42% -
HSV(B) 301.6º 0.94% 0.78% -
XYZ 33.81 16.51 53.03 -
YUV 89.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 200 13 195 0 0.94 0.02 0.22 301.6 0.88 0.42
Hex C8 D C3 0 5E 2 16 12E 58 2A
Octal 310 15 303 0 136 2 26 456 130 52
Binary 11001000 1101 11000011 0 1011110 10 10110 100101110 1011000 101010

Color Harmonies of #C80DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DC3

Black with #C80DC3

Text Example


Text Example

White with #C80DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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