Html Css Color HEX #C7009F Medium Violet Red

📋 copy color: '#C7009F'

red 199 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #C7009F

Tints of Medium Violet Red #C7009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 55.59%
G = 0%
B = 44.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C7009F (or 0xC7009F) is known color: Medium Violet Red. HEX triplet: C7, 00 and 9F. RGB value is (199,0,159). Sum of RGB (Red+Green+Blue) = 199+0+159=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7009F is #38FF60. Grayscale: #4D4D4D. Windows color (decimal): -3735393 or 10420423. OLE color: 10420423.

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

Color convert

RGB 199 0 159 -
CMYK 0 1 0.20 0.22
HSL 312.06º 1% 0.39% -
HSV(B) 312.06º 1% 0.78% -
XYZ 29.81 14.65 34.06 -
YUV 77.63 173.93 214.57 -
System Red Green Blue C M Y K H S L
Decimal 199 0 159 0 1 0.20 0.22 312.06 1 0.39
Hex C7 0 9F 0 64 14 16 138 64 27
Octal 307 0 237 0 144 24 26 470 144 47
Binary 11000111 0 10011111 0 1100100 10100 10110 100111000 1100100 100111

Color Harmonies of #C7009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7009F

Black with #C7009F

Text Example


Text Example

White with #C7009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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