Html Css Color HEX #C5026B Medium Violet Red

📋 copy color: '#C5026B'

red 197 ◦ green 2 ◦ blue 107

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

Shades of Medium Violet Red #C5026B

Tints of Medium Violet Red #C5026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 64.38%
G = 0.65%
B = 34.97%

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

#C5026B (or 0xC5026B) is known color: Medium Violet Red. HEX triplet: C5, 02 and 6B. RGB value is (197,2,107). Sum of RGB (Red+Green+Blue) = 197+2+107=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5026B is #3AFD94. Grayscale: #484848. Windows color (decimal): -3866005 or 7013061. OLE color: 7013061.

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

Color convert

RGB 197 2 107 -
CMYK 0 0.99 0.46 0.23
HSL 327.69º 0.98% 0.39% -
HSV(B) 327.69º 0.99% 0.77% -
XYZ 25.7 12.98 15.06 -
YUV 72.28 147.6 216.96 -
System Red Green Blue C M Y K H S L
Decimal 197 2 107 0 0.99 0.46 0.23 327.69 0.98 0.39
Hex C5 2 6B 0 63 2E 17 148 62 27
Octal 305 2 153 0 143 56 27 510 142 47
Binary 11000101 10 1101011 0 1100011 101110 10111 101001000 1100010 100111

Color Harmonies of #C5026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5026B

Black with #C5026B

Text Example


Text Example

White with #C5026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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