Html Css Color HEX #C7026D Medium Violet Red

📋 copy color: '#C7026D'

red 199 ◦ green 2 ◦ blue 109

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

Shades of Medium Violet Red #C7026D

Tints of Medium Violet Red #C7026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 64.19%
G = 0.65%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7026D (or 0xC7026D) is known color: Medium Violet Red. HEX triplet: C7, 02 and 6D. RGB value is (199,2,109). Sum of RGB (Red+Green+Blue) = 199+2+109=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7026D is #38FD92. Grayscale: #484848. Windows color (decimal): -3734931 or 7144135. OLE color: 7144135.

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

Color convert

RGB 199 2 109 -
CMYK 0 0.99 0.45 0.22
HSL 327.41º 0.98% 0.39% -
HSV(B) 327.41º 0.99% 0.78% -
XYZ 26.34 13.29 15.65 -
YUV 73.1 148.27 217.8 -
System Red Green Blue C M Y K H S L
Decimal 199 2 109 0 0.99 0.45 0.22 327.41 0.98 0.39
Hex C7 2 6D 0 63 2D 16 147 62 27
Octal 307 2 155 0 143 55 26 507 142 47
Binary 11000111 10 1101101 0 1100011 101101 10110 101000111 1100010 100111

Color Harmonies of #C7026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7026D

Black with #C7026D

Text Example


Text Example

White with #C7026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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