Html Css Color HEX #C7009D Medium Violet Red

📋 copy color: '#C7009D'

red 199 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #C7009D

Tints of Medium Violet Red #C7009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 55.9%
G = 0%
B = 44.1%

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

#C7009D (or 0xC7009D) is known color: Medium Violet Red. HEX triplet: C7, 00 and 9D. RGB value is (199,0,157). Sum of RGB (Red+Green+Blue) = 199+0+157=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7009D is #38FF62. Grayscale: #4C4C4C. Windows color (decimal): -3735395 or 10289351. OLE color: 10289351.

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

Color convert

RGB 199 0 157 -
CMYK 0 1 0.21 0.22
HSL 312.66º 1% 0.39% -
HSV(B) 312.66º 1% 0.78% -
XYZ 29.64 14.58 33.15 -
YUV 77.4 172.93 214.73 -
System Red Green Blue C M Y K H S L
Decimal 199 0 157 0 1 0.21 0.22 312.66 1 0.39
Hex C7 0 9D 0 64 15 16 139 64 27
Octal 307 0 235 0 144 25 26 471 144 47
Binary 11000111 0 10011101 0 1100100 10101 10110 100111001 1100100 100111

Color Harmonies of #C7009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7009D

Black with #C7009D

Text Example


Text Example

White with #C7009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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