Html Css Color HEX #C5226D Medium Violet Red

📋 copy color: '#C5226D'

red 197 ◦ green 34 ◦ blue 109

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

Shades of Medium Violet Red #C5226D

Tints of Medium Violet Red #C5226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 57.94%
G = 10%
B = 32.06%

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

#C5226D (or 0xC5226D) is known color: Medium Violet Red. HEX triplet: C5, 22 and 6D. RGB value is (197,34,109). Sum of RGB (Red+Green+Blue) = 197+34+109=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5226D is #3ADD92. Grayscale: #5B5B5B. Windows color (decimal): -3857811 or 7152325. OLE color: 7152325.

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

Color convert

RGB 197 34 109 -
CMYK 0 0.83 0.45 0.23
HSL 332.39º 0.71% 0.45% -
HSV(B) 332.39º 0.83% 0.77% -
XYZ 26.36 14.12 15.8 -
YUV 91.29 138 203.4 -
System Red Green Blue C M Y K H S L
Decimal 197 34 109 0 0.83 0.45 0.23 332.39 0.71 0.45
Hex C5 22 6D 0 53 2D 17 14C 47 2D
Octal 305 42 155 0 123 55 27 514 107 55
Binary 11000101 100010 1101101 0 1010011 101101 10111 101001100 1000111 101101

Color Harmonies of #C5226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5226D

Black with #C5226D

Text Example


Text Example

White with #C5226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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