Html Css Color HEX #C5028E Medium Violet Red

📋 copy color: '#C5028E'

red 197 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #C5028E

Tints of Medium Violet Red #C5028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 57.77%
G = 0.59%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5028E (or 0xC5028E) is known color: Medium Violet Red. HEX triplet: C5, 02 and 8E. RGB value is (197,2,142). Sum of RGB (Red+Green+Blue) = 197+2+142=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5028E is #3AFD71. Grayscale: #4B4B4B. Windows color (decimal): -3865970 or 9306821. OLE color: 9306821.

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

Color convert

RGB 197 2 142 -
CMYK 0 0.99 0.28 0.23
HSL 316.92º 0.98% 0.39% -
HSV(B) 316.92º 0.99% 0.77% -
XYZ 27.93 13.87 26.8 -
YUV 76.27 165.1 214.12 -
System Red Green Blue C M Y K H S L
Decimal 197 2 142 0 0.99 0.28 0.23 316.92 0.98 0.39
Hex C5 2 8E 0 63 1C 17 13D 62 27
Octal 305 2 216 0 143 34 27 475 142 47
Binary 11000101 10 10001110 0 1100011 11100 10111 100111101 1100010 100111

Color Harmonies of #C5028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5028E

Black with #C5028E

Text Example


Text Example

White with #C5028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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