Html Css Color HEX #C7028F Medium Violet Red

📋 copy color: '#C7028F'

red 199 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #C7028F

Tints of Medium Violet Red #C7028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 57.85%
G = 0.58%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7028F (or 0xC7028F) is known color: Medium Violet Red. HEX triplet: C7, 02 and 8F. RGB value is (199,2,143). Sum of RGB (Red+Green+Blue) = 199+2+143=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7028F is #38FD70. Grayscale: #4C4C4C. Windows color (decimal): -3734897 or 9372359. OLE color: 9372359.

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

Color convert

RGB 199 2 143 -
CMYK 0 0.99 0.28 0.22
HSL 317.06º 0.98% 0.39% -
HSV(B) 317.06º 0.99% 0.78% -
XYZ 28.53 14.17 27.22 -
YUV 76.98 165.27 215.04 -
System Red Green Blue C M Y K H S L
Decimal 199 2 143 0 0.99 0.28 0.22 317.06 0.98 0.39
Hex C7 2 8F 0 63 1C 16 13D 62 27
Octal 307 2 217 0 143 34 26 475 142 47
Binary 11000111 10 10001111 0 1100011 11100 10110 100111101 1100010 100111

Color Harmonies of #C7028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7028F

Black with #C7028F

Text Example


Text Example

White with #C7028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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