Html Css Color HEX #C80DC4 Deep Magenta

📋 copy color: '#C80DC4'

red 200 ◦ green 13 ◦ blue 196

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

Shades of Deep Magenta #C80DC4

Tints of Deep Magenta #C80DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.92%

R = 48.9%
G = 3.18%
B = 47.92%

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

#C80DC4 (or 0xC80DC4) is known color: Deep Magenta. HEX triplet: C8, 0D and C4. RGB value is (200,13,196). Sum of RGB (Red+Green+Blue) = 200+13+196=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DC4 is #37F23B. Grayscale: #595959. Windows color (decimal): -3666492 or 12848584. OLE color: 12848584.

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

Color convert

RGB 200 13 196 -
CMYK 0 0.94 0.02 0.22
HSL 301.28º 0.88% 0.42% -
HSV(B) 301.28º 0.94% 0.78% -
XYZ 33.93 16.55 53.63 -
YUV 89.78 187.95 206.62 -
System Red Green Blue C M Y K H S L
Decimal 200 13 196 0 0.94 0.02 0.22 301.28 0.88 0.42
Hex C8 D C4 0 5E 2 16 12D 58 2A
Octal 310 15 304 0 136 2 26 455 130 52
Binary 11001000 1101 11000100 0 1011110 10 10110 100101101 1011000 101010

Color Harmonies of #C80DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DC4

Black with #C80DC4

Text Example


Text Example

White with #C80DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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