Html Css Color HEX #C22176 Medium Violet Red

📋 copy color: '#C22176'

red 194 ◦ green 33 ◦ blue 118

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

Shades of Medium Violet Red #C22176

Tints of Medium Violet Red #C22176

RGB

 RED value IS 194 (76.17% from 255) = 56.23%

 GREEN value IS 33 (13.28% from 255) = 9.57%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 56.23%
G = 9.57%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C22176 (or 0xC22176) is known color: Medium Violet Red. HEX triplet: C2, 21 and 76. RGB value is (194,33,118). Sum of RGB (Red+Green+Blue) = 194+33+118=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C22176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22176 is #3DDE89. Grayscale: #5A5A5A. Windows color (decimal): -4054666 or 7741890. OLE color: 7741890.

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

Color convert

RGB 194 33 118 -
CMYK 0 0.83 0.39 0.24
HSL 328.32º 0.71% 0.45% -
HSV(B) 328.32º 0.83% 0.76% -
XYZ 26.06 13.87 18.44 -
YUV 90.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 194 33 118 0 0.83 0.39 0.24 328.32 0.71 0.45
Hex C2 21 76 0 53 27 18 148 47 2D
Octal 302 41 166 0 123 47 30 510 107 55
Binary 11000010 100001 1110110 0 1010011 100111 11000 101001000 1000111 101101

Color Harmonies of #C22176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22176

Black with #C22176

Text Example


Text Example

White with #C22176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22176; }

 p { color: rgb(194,33,118); }

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

background-color css

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

 a { background-color: rgb(194,33,118); }

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

border-color css

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

 span { border-color: rgb(194,33,118); }

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