Html Css Color HEX #C7087D Medium Violet Red

📋 copy color: '#C7087D'

red 199 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #C7087D

Tints of Medium Violet Red #C7087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 59.94%
G = 2.41%
B = 37.65%

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

#C7087D (or 0xC7087D) is known color: Medium Violet Red. HEX triplet: C7, 08 and 7D. RGB value is (199,8,125). Sum of RGB (Red+Green+Blue) = 199+8+125=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7087D is #38F782. Grayscale: #4E4E4E. Windows color (decimal): -3733379 or 8194247. OLE color: 8194247.

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

Color convert

RGB 199 8 125 -
CMYK 0 0.96 0.37 0.22
HSL 323.25º 0.92% 0.41% -
HSV(B) 323.25º 0.96% 0.78% -
XYZ 27.34 13.8 20.62 -
YUV 78.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 199 8 125 0 0.96 0.37 0.22 323.25 0.92 0.41
Hex C7 8 7D 0 60 25 16 143 5C 29
Octal 307 10 175 0 140 45 26 503 134 51
Binary 11000111 1000 1111101 0 1100000 100101 10110 101000011 1011100 101001

Color Harmonies of #C7087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7087D

Black with #C7087D

Text Example


Text Example

White with #C7087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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