Html Css Color HEX #C5026A Medium Violet Red

📋 copy color: '#C5026A'

red 197 ◦ green 2 ◦ blue 106

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

Shades of Medium Violet Red #C5026A

Tints of Medium Violet Red #C5026A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 64.59%
G = 0.66%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5026A (or 0xC5026A) is known color: Medium Violet Red. HEX triplet: C5, 02 and 6A. RGB value is (197,2,106). Sum of RGB (Red+Green+Blue) = 197+2+106=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5026A is #3AFD95. Grayscale: #474747. Windows color (decimal): -3866006 or 6947525. OLE color: 6947525.

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

Color convert

RGB 197 2 106 -
CMYK 0 0.99 0.46 0.23
HSL 328º 0.98% 0.39% -
HSV(B) 328º 0.99% 0.77% -
XYZ 25.65 12.95 14.78 -
YUV 72.16 147.1 217.04 -
System Red Green Blue C M Y K H S L
Decimal 197 2 106 0 0.99 0.46 0.23 328 0.98 0.39
Hex C5 2 6A 0 63 2E 17 148 62 27
Octal 305 2 152 0 143 56 27 510 142 47
Binary 11000101 10 1101010 0 1100011 101110 10111 101001000 1100010 100111

Color Harmonies of #C5026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5026A

Black with #C5026A

Text Example


Text Example

White with #C5026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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