Html Css Color HEX #C5028C Medium Violet Red

📋 copy color: '#C5028C'

red 197 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #C5028C

Tints of Medium Violet Red #C5028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 58.11%
G = 0.59%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5028C (or 0xC5028C) is known color: Medium Violet Red. HEX triplet: C5, 02 and 8C. RGB value is (197,2,140). Sum of RGB (Red+Green+Blue) = 197+2+140=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5028C is #3AFD73. Grayscale: #4B4B4B. Windows color (decimal): -3865972 or 9175749. OLE color: 9175749.

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

Color convert

RGB 197 2 140 -
CMYK 0 0.99 0.29 0.23
HSL 317.54º 0.98% 0.39% -
HSV(B) 317.54º 0.99% 0.77% -
XYZ 27.78 13.81 26.01 -
YUV 76.04 164.1 214.28 -
System Red Green Blue C M Y K H S L
Decimal 197 2 140 0 0.99 0.29 0.23 317.54 0.98 0.39
Hex C5 2 8C 0 63 1D 17 13E 62 27
Octal 305 2 214 0 143 35 27 476 142 47
Binary 11000101 10 10001100 0 1100011 11101 10111 100111110 1100010 100111

Color Harmonies of #C5028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5028C

Black with #C5028C

Text Example


Text Example

White with #C5028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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