Html Css Color HEX #C80FAF Deep Magenta

📋 copy color: '#C80FAF'

red 200 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #C80FAF

Tints of Deep Magenta #C80FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.87%

R = 51.28%
G = 3.85%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C80FAF (or 0xC80FAF) is known color: Deep Magenta. HEX triplet: C8, 0F and AF. RGB value is (200,15,175). Sum of RGB (Red+Green+Blue) = 200+15+175=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80FAF is #37F050. Grayscale: #585858. Windows color (decimal): -3666001 or 11472840. OLE color: 11472840.

HSL color Cylindrical-coordinate representation of color #C80FAF: hue angle of 308.11º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FAF is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 15 175 -
CMYK 0 0.92 0.12 0.22
HSL 308.11º 0.86% 0.42% -
HSV(B) 308.11º 0.93% 0.78% -
XYZ 31.73 15.72 41.92 -
YUV 88.56 176.79 207.49 -
System Red Green Blue C M Y K H S L
Decimal 200 15 175 0 0.92 0.12 0.22 308.11 0.86 0.42
Hex C8 F AF 0 5C C 16 134 56 2A
Octal 310 17 257 0 134 14 26 464 126 52
Binary 11001000 1111 10101111 0 1011100 1100 10110 100110100 1010110 101010

Color Harmonies of #C80FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FAF

Black with #C80FAF

Text Example


Text Example

White with #C80FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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