Html Css Color HEX #C80692 Medium Violet Red

📋 copy color: '#C80692'

red 200 ◦ green 6 ◦ blue 146

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

Shades of Medium Violet Red #C80692

Tints of Medium Violet Red #C80692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 56.82%
G = 1.7%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C80692 (or 0xC80692) is known color: Medium Violet Red. HEX triplet: C8, 06 and 92. RGB value is (200,6,146). Sum of RGB (Red+Green+Blue) = 200+6+146=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C80692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80692 is #37F96D. Grayscale: #4F4F4F. Windows color (decimal): -3668334 or 9569992. OLE color: 9569992.

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

Color convert

RGB 200 6 146 -
CMYK 0 0.97 0.27 0.22
HSL 316.7º 0.94% 0.4% -
HSV(B) 316.7º 0.97% 0.78% -
XYZ 29.07 14.48 28.46 -
YUV 79.97 165.27 213.62 -
System Red Green Blue C M Y K H S L
Decimal 200 6 146 0 0.97 0.27 0.22 316.7 0.94 0.4
Hex C8 6 92 0 61 1B 16 13D 5E 28
Octal 310 6 222 0 141 33 26 475 136 50
Binary 11001000 110 10010010 0 1100001 11011 10110 100111101 1011110 101000

Color Harmonies of #C80692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80692

Black with #C80692

Text Example


Text Example

White with #C80692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80692; }

 p { color: rgb(200,6,146); }

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

background-color css

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

 a { background-color: rgb(200,6,146); }

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

border-color css

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

 span { border-color: rgb(200,6,146); }

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