Html Css Color HEX #C5026E Medium Violet Red

📋 copy color: '#C5026E'

red 197 ◦ green 2 ◦ blue 110

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

Shades of Medium Violet Red #C5026E

Tints of Medium Violet Red #C5026E

RGB

 RED value IS 197 (77.34% from 255) = 63.75%

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

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

R = 63.75%
G = 0.65%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5026E (or 0xC5026E) is known color: Medium Violet Red. HEX triplet: C5, 02 and 6E. RGB value is (197,2,110). Sum of RGB (Red+Green+Blue) = 197+2+110=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5026E is #3AFD91. Grayscale: #484848. Windows color (decimal): -3866002 or 7209669. OLE color: 7209669.

HSL color Cylindrical-coordinate representation of color #C5026E: hue angle of 326.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5026E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 110 -
CMYK 0 0.99 0.44 0.23
HSL 326.77º 0.98% 0.39% -
HSV(B) 326.77º 0.99% 0.77% -
XYZ 25.86 13.04 15.91 -
YUV 72.62 149.1 216.72 -
System Red Green Blue C M Y K H S L
Decimal 197 2 110 0 0.99 0.44 0.23 326.77 0.98 0.39
Hex C5 2 6E 0 63 2C 17 147 62 27
Octal 305 2 156 0 143 54 27 507 142 47
Binary 11000101 10 1101110 0 1100011 101100 10111 101000111 1100010 100111

Color Harmonies of #C5026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5026E

Black with #C5026E

Text Example


Text Example

White with #C5026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5026E; }

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

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

background-color css

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

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

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

border-color css

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

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

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