Html Css Color HEX #C7028E Medium Violet Red

📋 copy color: '#C7028E'

red 199 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #C7028E

Tints of Medium Violet Red #C7028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.4%

R = 58.02%
G = 0.58%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7028E (or 0xC7028E) is known color: Medium Violet Red. HEX triplet: C7, 02 and 8E. RGB value is (199,2,142). Sum of RGB (Red+Green+Blue) = 199+2+142=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7028E is #38FD71. Grayscale: #4C4C4C. Windows color (decimal): -3734898 or 9306823. OLE color: 9306823.

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

Color convert

RGB 199 2 142 -
CMYK 0 0.99 0.29 0.22
HSL 317.36º 0.98% 0.39% -
HSV(B) 317.36º 0.99% 0.78% -
XYZ 28.46 14.14 26.82 -
YUV 76.86 164.77 215.12 -
System Red Green Blue C M Y K H S L
Decimal 199 2 142 0 0.99 0.29 0.22 317.36 0.98 0.39
Hex C7 2 8E 0 63 1D 16 13D 62 27
Octal 307 2 216 0 143 35 26 475 142 47
Binary 11000111 10 10001110 0 1100011 11101 10110 100111101 1100010 100111

Color Harmonies of #C7028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7028E

Black with #C7028E

Text Example


Text Example

White with #C7028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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