Html Css Color HEX #C7009C Medium Violet Red

📋 copy color: '#C7009C'

red 199 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #C7009C

Tints of Medium Violet Red #C7009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 56.06%
G = 0%
B = 43.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7009C (or 0xC7009C) is known color: Medium Violet Red. HEX triplet: C7, 00 and 9C. RGB value is (199,0,156). Sum of RGB (Red+Green+Blue) = 199+0+156=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7009C is #38FF63. Grayscale: #4C4C4C. Windows color (decimal): -3735396 or 10223815. OLE color: 10223815.

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

Color convert

RGB 199 0 156 -
CMYK 0 1 0.22 0.22
HSL 312.96º 1% 0.39% -
HSV(B) 312.96º 1% 0.78% -
XYZ 29.55 14.54 32.7 -
YUV 77.29 172.43 214.82 -
System Red Green Blue C M Y K H S L
Decimal 199 0 156 0 1 0.22 0.22 312.96 1 0.39
Hex C7 0 9C 0 64 16 16 139 64 27
Octal 307 0 234 0 144 26 26 471 144 47
Binary 11000111 0 10011100 0 1100100 10110 10110 100111001 1100100 100111

Color Harmonies of #C7009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7009C

Black with #C7009C

Text Example


Text Example

White with #C7009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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