Html Css Color HEX #C8077E Medium Violet Red

📋 copy color: '#C8077E'

red 200 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #C8077E

Tints of Medium Violet Red #C8077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 60.06%
G = 2.1%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8077E (or 0xC8077E) is known color: Medium Violet Red. HEX triplet: C8, 07 and 7E. RGB value is (200,7,126). Sum of RGB (Red+Green+Blue) = 200+7+126=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8077E is #37F881. Grayscale: #4D4D4D. Windows color (decimal): -3668098 or 8259528. OLE color: 8259528.

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

Color convert

RGB 200 7 126 -
CMYK 0 0.96 0.37 0.22
HSL 323.01º 0.93% 0.41% -
HSV(B) 323.01º 0.97% 0.78% -
XYZ 27.66 13.94 20.97 -
YUV 78.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 200 7 126 0 0.96 0.37 0.22 323.01 0.93 0.41
Hex C8 7 7E 0 60 25 16 143 5D 29
Octal 310 7 176 0 140 45 26 503 135 51
Binary 11001000 111 1111110 0 1100000 100101 10110 101000011 1011101 101001

Color Harmonies of #C8077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8077E

Black with #C8077E

Text Example


Text Example

White with #C8077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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