Html Css Color HEX #C8077F Medium Violet Red

📋 copy color: '#C8077F'

red 200 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #C8077F

Tints of Medium Violet Red #C8077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 59.88%
G = 2.1%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8077F (or 0xC8077F) is known color: Medium Violet Red. HEX triplet: C8, 07 and 7F. RGB value is (200,7,127). Sum of RGB (Red+Green+Blue) = 200+7+127=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8077F is #37F880. Grayscale: #4E4E4E. Windows color (decimal): -3668097 or 8325064. OLE color: 8325064.

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

Color convert

RGB 200 7 127 -
CMYK 0 0.96 0.36 0.22
HSL 322.69º 0.93% 0.41% -
HSV(B) 322.69º 0.97% 0.78% -
XYZ 27.73 13.96 21.31 -
YUV 78.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 200 7 127 0 0.96 0.36 0.22 322.69 0.93 0.41
Hex C8 7 7F 0 60 24 16 143 5D 29
Octal 310 7 177 0 140 44 26 503 135 51
Binary 11001000 111 1111111 0 1100000 100100 10110 101000011 1011101 101001

Color Harmonies of #C8077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8077F

Black with #C8077F

Text Example


Text Example

White with #C8077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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