Html Css Color HEX #C5028D Medium Violet Red

📋 copy color: '#C5028D'

red 197 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #C5028D

Tints of Medium Violet Red #C5028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 57.94%
G = 0.59%
B = 41.47%

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

#C5028D (or 0xC5028D) is known color: Medium Violet Red. HEX triplet: C5, 02 and 8D. RGB value is (197,2,141). Sum of RGB (Red+Green+Blue) = 197+2+141=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5028D is #3AFD72. Grayscale: #4B4B4B. Windows color (decimal): -3865971 or 9241285. OLE color: 9241285.

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

Color convert

RGB 197 2 141 -
CMYK 0 0.99 0.28 0.23
HSL 317.23º 0.98% 0.39% -
HSV(B) 317.23º 0.99% 0.77% -
XYZ 27.86 13.84 26.4 -
YUV 76.15 164.6 214.2 -
System Red Green Blue C M Y K H S L
Decimal 197 2 141 0 0.99 0.28 0.23 317.23 0.98 0.39
Hex C5 2 8D 0 63 1C 17 13D 62 27
Octal 305 2 215 0 143 34 27 475 142 47
Binary 11000101 10 10001101 0 1100011 11100 10111 100111101 1100010 100111

Color Harmonies of #C5028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5028D

Black with #C5028D

Text Example


Text Example

White with #C5028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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