Html Css Color HEX #C80278 Medium Violet Red

📋 copy color: '#C80278'

red 200 ◦ green 2 ◦ blue 120

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

Shades of Medium Violet Red #C80278

Tints of Medium Violet Red #C80278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 120 (47.27% from 255) = 37.27%

R = 62.11%
G = 0.62%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C80278 (or 0xC80278) is known color: Medium Violet Red. HEX triplet: C8, 02 and 78. RGB value is (200,2,120). Sum of RGB (Red+Green+Blue) = 200+2+120=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C80278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80278 is #37FD87. Grayscale: #4A4A4A. Windows color (decimal): -3669384 or 7865032. OLE color: 7865032.

HSL color Cylindrical-coordinate representation of color #C80278: hue angle of 324.24º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80278 is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 120 -
CMYK 0 0.99 0.4 0.22
HSL 324.24º 0.98% 0.4% -
HSV(B) 324.24º 0.99% 0.78% -
XYZ 27.23 13.68 18.97 -
YUV 74.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 200 2 120 0 0.99 0.4 0.22 324.24 0.98 0.4
Hex C8 2 78 0 63 28 16 144 62 28
Octal 310 2 170 0 143 50 26 504 142 50
Binary 11001000 10 1111000 0 1100011 101000 10110 101000100 1100010 101000

Color Harmonies of #C80278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80278

Black with #C80278

Text Example


Text Example

White with #C80278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80278; }

 p { color: rgb(200,2,120); }

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

background-color css

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

 a { background-color: rgb(200,2,120); }

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

border-color css

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

 span { border-color: rgb(200,2,120); }

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