Html Css Color HEX #C5226C Medium Violet Red

📋 copy color: '#C5226C'

red 197 ◦ green 34 ◦ blue 108

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

Shades of Medium Violet Red #C5226C

Tints of Medium Violet Red #C5226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 58.11%
G = 10.03%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5226C (or 0xC5226C) is known color: Medium Violet Red. HEX triplet: C5, 22 and 6C. RGB value is (197,34,108). Sum of RGB (Red+Green+Blue) = 197+34+108=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5226C is #3ADD93. Grayscale: #5B5B5B. Windows color (decimal): -3857812 or 7086789. OLE color: 7086789.

HSL color Cylindrical-coordinate representation of color #C5226C: hue angle of 332.76º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5226C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 34 108 -
CMYK 0 0.83 0.45 0.23
HSL 332.76º 0.71% 0.45% -
HSV(B) 332.76º 0.83% 0.77% -
XYZ 26.3 14.1 15.52 -
YUV 91.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 197 34 108 0 0.83 0.45 0.23 332.76 0.71 0.45
Hex C5 22 6C 0 53 2D 17 14D 47 2D
Octal 305 42 154 0 123 55 27 515 107 55
Binary 11000101 100010 1101100 0 1010011 101101 10111 101001101 1000111 101101

Color Harmonies of #C5226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5226C

Black with #C5226C

Text Example


Text Example

White with #C5226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5226C; }

 p { color: rgb(197,34,108); }

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

background-color css

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

 a { background-color: rgb(197,34,108); }

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

border-color css

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

 span { border-color: rgb(197,34,108); }

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