Html Css Color HEX #C80289 Medium Violet Red

📋 copy color: '#C80289'

red 200 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #C80289

Tints of Medium Violet Red #C80289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 59%
G = 0.59%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C80289 (or 0xC80289) is known color: Medium Violet Red. HEX triplet: C8, 02 and 89. RGB value is (200,2,137). Sum of RGB (Red+Green+Blue) = 200+2+137=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C80289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80289 is #37FD76. Grayscale: #4C4C4C. Windows color (decimal): -3669367 or 8979144. OLE color: 8979144.

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

Color convert

RGB 200 2 137 -
CMYK 0 0.99 0.32 0.22
HSL 319.09º 0.98% 0.4% -
HSV(B) 319.09º 0.99% 0.78% -
XYZ 28.36 14.13 24.9 -
YUV 76.59 162.1 216.02 -
System Red Green Blue C M Y K H S L
Decimal 200 2 137 0 0.99 0.32 0.22 319.09 0.98 0.4
Hex C8 2 89 0 63 20 16 13F 62 28
Octal 310 2 211 0 143 40 26 477 142 50
Binary 11001000 10 10001001 0 1100011 100000 10110 100111111 1100010 101000

Color Harmonies of #C80289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80289

Black with #C80289

Text Example


Text Example

White with #C80289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80289; }

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

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

background-color css

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

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

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

border-color css

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

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

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