Html Css Color HEX #C7026E Medium Violet Red

📋 copy color: '#C7026E'

red 199 ◦ green 2 ◦ blue 110

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

Shades of Medium Violet Red #C7026E

Tints of Medium Violet Red #C7026E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 63.99%
G = 0.64%
B = 35.37%

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

#C7026E (or 0xC7026E) is known color: Medium Violet Red. HEX triplet: C7, 02 and 6E. RGB value is (199,2,110). Sum of RGB (Red+Green+Blue) = 199+2+110=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7026E is #38FD91. Grayscale: #484848. Windows color (decimal): -3734930 or 7209671. OLE color: 7209671.

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

Color convert

RGB 199 2 110 -
CMYK 0 0.99 0.45 0.22
HSL 327.11º 0.98% 0.39% -
HSV(B) 327.11º 0.99% 0.78% -
XYZ 26.39 13.31 15.93 -
YUV 73.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 199 2 110 0 0.99 0.45 0.22 327.11 0.98 0.39
Hex C7 2 6E 0 63 2D 16 147 62 27
Octal 307 2 156 0 143 55 26 507 142 47
Binary 11000111 10 1101110 0 1100011 101101 10110 101000111 1100010 100111

Color Harmonies of #C7026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7026E

Black with #C7026E

Text Example


Text Example

White with #C7026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7026E; }

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

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

background-color css

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

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

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

border-color css

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

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

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