Html Css Color HEX #C7088D Medium Violet Red

📋 copy color: '#C7088D'

red 199 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #C7088D

Tints of Medium Violet Red #C7088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 57.18%
G = 2.3%
B = 40.52%

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

#C7088D (or 0xC7088D) is known color: Medium Violet Red. HEX triplet: C7, 08 and 8D. RGB value is (199,8,141). Sum of RGB (Red+Green+Blue) = 199+8+141=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7088D is #38F772. Grayscale: #4F4F4F. Windows color (decimal): -3733363 or 9242823. OLE color: 9242823.

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

Color convert

RGB 199 8 141 -
CMYK 0 0.96 0.29 0.22
HSL 318.22º 0.92% 0.41% -
HSV(B) 318.22º 0.96% 0.78% -
XYZ 28.45 14.24 26.45 -
YUV 80.27 162.28 212.69 -
System Red Green Blue C M Y K H S L
Decimal 199 8 141 0 0.96 0.29 0.22 318.22 0.92 0.41
Hex C7 8 8D 0 60 1D 16 13E 5C 29
Octal 307 10 215 0 140 35 26 476 134 51
Binary 11000111 1000 10001101 0 1100000 11101 10110 100111110 1011100 101001

Color Harmonies of #C7088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7088D

Black with #C7088D

Text Example


Text Example

White with #C7088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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