Html Css Color HEX #C7088E Medium Violet Red

📋 copy color: '#C7088E'

red 199 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #C7088E

Tints of Medium Violet Red #C7088E

RGB

 RED value IS 199 (78.13% from 255) = 57.02%

 GREEN value IS 8 (3.52% from 255) = 2.29%

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 57.02%
G = 2.29%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7088E (or 0xC7088E) is known color: Medium Violet Red. HEX triplet: C7, 08 and 8E. RGB value is (199,8,142). Sum of RGB (Red+Green+Blue) = 199+8+142=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7088E is #38F771. Grayscale: #505050. Windows color (decimal): -3733362 or 9308359. OLE color: 9308359.

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

Color convert

RGB 199 8 142 -
CMYK 0 0.96 0.29 0.22
HSL 317.91º 0.92% 0.41% -
HSV(B) 317.91º 0.96% 0.78% -
XYZ 28.52 14.27 26.84 -
YUV 80.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 199 8 142 0 0.96 0.29 0.22 317.91 0.92 0.41
Hex C7 8 8E 0 60 1D 16 13E 5C 29
Octal 307 10 216 0 140 35 26 476 134 51
Binary 11000111 1000 10001110 0 1100000 11101 10110 100111110 1011100 101001

Color Harmonies of #C7088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7088E

Black with #C7088E

Text Example


Text Example

White with #C7088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7088E; }

 p { color: rgb(199,8,142); }

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

background-color css

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

 a { background-color: rgb(199,8,142); }

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

border-color css

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

 span { border-color: rgb(199,8,142); }

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