Html Css Color HEX #C7028A Medium Violet Red

📋 copy color: '#C7028A'

red 199 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #C7028A

Tints of Medium Violet Red #C7028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 58.7%
G = 0.59%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7028A (or 0xC7028A) is known color: Medium Violet Red. HEX triplet: C7, 02 and 8A. RGB value is (199,2,138). Sum of RGB (Red+Green+Blue) = 199+2+138=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7028A is #38FD75. Grayscale: #4C4C4C. Windows color (decimal): -3734902 or 9044679. OLE color: 9044679.

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

Color convert

RGB 199 2 138 -
CMYK 0 0.99 0.31 0.22
HSL 318.58º 0.98% 0.39% -
HSV(B) 318.58º 0.99% 0.78% -
XYZ 28.16 14.02 25.27 -
YUV 76.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 199 2 138 0 0.99 0.31 0.22 318.58 0.98 0.39
Hex C7 2 8A 0 63 1F 16 13F 62 27
Octal 307 2 212 0 143 37 26 477 142 47
Binary 11000111 10 10001010 0 1100011 11111 10110 100111111 1100010 100111

Color Harmonies of #C7028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7028A

Black with #C7028A

Text Example


Text Example

White with #C7028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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