Html Css Color HEX #C7029E Medium Violet Red

📋 copy color: '#C7029E'

red 199 ◦ green 2 ◦ blue 158

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

Shades of Medium Violet Red #C7029E

Tints of Medium Violet Red #C7029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 55.43%
G = 0.56%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7029E (or 0xC7029E) is known color: Medium Violet Red. HEX triplet: C7, 02 and 9E. RGB value is (199,2,158). Sum of RGB (Red+Green+Blue) = 199+2+158=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7029E is #38FD61. Grayscale: #4E4E4E. Windows color (decimal): -3734882 or 10355399. OLE color: 10355399.

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

Color convert

RGB 199 2 158 -
CMYK 0 0.99 0.21 0.22
HSL 312.49º 0.98% 0.39% -
HSV(B) 312.49º 0.99% 0.78% -
XYZ 29.75 14.65 33.61 -
YUV 78.69 172.77 213.82 -
System Red Green Blue C M Y K H S L
Decimal 199 2 158 0 0.99 0.21 0.22 312.49 0.98 0.39
Hex C7 2 9E 0 63 15 16 138 62 27
Octal 307 2 236 0 143 25 26 470 142 47
Binary 11000111 10 10011110 0 1100011 10101 10110 100111000 1100010 100111

Color Harmonies of #C7029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7029E

Black with #C7029E

Text Example


Text Example

White with #C7029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7029E; }

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

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

background-color css

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

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

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

border-color css

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

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

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