Html Css Color HEX #C8077C Medium Violet Red

📋 copy color: '#C8077C'

red 200 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #C8077C

Tints of Medium Violet Red #C8077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 60.42%
G = 2.11%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8077C (or 0xC8077C) is known color: Medium Violet Red. HEX triplet: C8, 07 and 7C. RGB value is (200,7,124). Sum of RGB (Red+Green+Blue) = 200+7+124=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8077C is #37F883. Grayscale: #4D4D4D. Windows color (decimal): -3668100 or 8128456. OLE color: 8128456.

HSL color Cylindrical-coordinate representation of color #C8077C: hue angle of 323.63º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8077C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 124 -
CMYK 0 0.96 0.38 0.22
HSL 323.63º 0.93% 0.41% -
HSV(B) 323.63º 0.97% 0.78% -
XYZ 27.53 13.89 20.3 -
YUV 78.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 200 7 124 0 0.96 0.38 0.22 323.63 0.93 0.41
Hex C8 7 7C 0 60 26 16 144 5D 29
Octal 310 7 174 0 140 46 26 504 135 51
Binary 11001000 111 1111100 0 1100000 100110 10110 101000100 1011101 101001

Color Harmonies of #C8077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8077C

Black with #C8077C

Text Example


Text Example

White with #C8077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8077C; }

 p { color: rgb(200,7,124); }

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

background-color css

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

 a { background-color: rgb(200,7,124); }

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

border-color css

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

 span { border-color: rgb(200,7,124); }

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