Html Css Color HEX #C5028A Medium Violet Red

📋 copy color: '#C5028A'

red 197 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #C5028A

Tints of Medium Violet Red #C5028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 58.46%
G = 0.59%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5028A (or 0xC5028A) is known color: Medium Violet Red. HEX triplet: C5, 02 and 8A. RGB value is (197,2,138). Sum of RGB (Red+Green+Blue) = 197+2+138=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5028A is #3AFD75. Grayscale: #4B4B4B. Windows color (decimal): -3865974 or 9044677. OLE color: 9044677.

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

Color convert

RGB 197 2 138 -
CMYK 0 0.99 0.30 0.23
HSL 318.15º 0.98% 0.39% -
HSV(B) 318.15º 0.99% 0.77% -
XYZ 27.64 13.75 25.24 -
YUV 75.81 163.1 214.44 -
System Red Green Blue C M Y K H S L
Decimal 197 2 138 0 0.99 0.30 0.23 318.15 0.98 0.39
Hex C5 2 8A 0 63 1E 17 13E 62 27
Octal 305 2 212 0 143 36 27 476 142 47
Binary 11000101 10 10001010 0 1100011 11110 10111 100111110 1100010 100111

Color Harmonies of #C5028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5028A

Black with #C5028A

Text Example


Text Example

White with #C5028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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