Html Css Color HEX #C7009E Medium Violet Red

📋 copy color: '#C7009E'

red 199 ◦ green 0 ◦ blue 158

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

Shades of Medium Violet Red #C7009E

Tints of Medium Violet Red #C7009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 55.74%
G = 0%
B = 44.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7009E (or 0xC7009E) is known color: Medium Violet Red. HEX triplet: C7, 00 and 9E. RGB value is (199,0,158). Sum of RGB (Red+Green+Blue) = 199+0+158=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7009E is #38FF61. Grayscale: #4D4D4D. Windows color (decimal): -3735394 or 10354887. OLE color: 10354887.

HSL color Cylindrical-coordinate representation of color #C7009E: hue angle of 312.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7009E is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 0 158 -
CMYK 0 1 0.21 0.22
HSL 312.36º 1% 0.39% -
HSV(B) 312.36º 1% 0.78% -
XYZ 29.72 14.61 33.6 -
YUV 77.51 173.43 214.65 -
System Red Green Blue C M Y K H S L
Decimal 199 0 158 0 1 0.21 0.22 312.36 1 0.39
Hex C7 0 9E 0 64 15 16 138 64 27
Octal 307 0 236 0 144 25 26 470 144 47
Binary 11000111 0 10011110 0 1100100 10101 10110 100111000 1100100 100111

Color Harmonies of #C7009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7009E

Black with #C7009E

Text Example


Text Example

White with #C7009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7009E; }

 p { color: rgb(199,0,158); }

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

background-color css

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

 a { background-color: rgb(199,0,158); }

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

border-color css

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

 span { border-color: rgb(199,0,158); }

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