Html Css Color HEX #C22276 Medium Violet Red

📋 copy color: '#C22276'

red 194 ◦ green 34 ◦ blue 118

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

Shades of Medium Violet Red #C22276

Tints of Medium Violet Red #C22276

RGB

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

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

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

R = 56.07%
G = 9.83%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C22276 (or 0xC22276) is known color: Medium Violet Red. HEX triplet: C2, 22 and 76. RGB value is (194,34,118). Sum of RGB (Red+Green+Blue) = 194+34+118=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C22276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22276 is #3DDD89. Grayscale: #5B5B5B. Windows color (decimal): -4054410 or 7742146. OLE color: 7742146.

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

Color convert

RGB 194 34 118 -
CMYK 0 0.82 0.39 0.24
HSL 328.5º 0.7% 0.45% -
HSV(B) 328.5º 0.82% 0.76% -
XYZ 26.09 13.92 18.45 -
YUV 91.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 194 34 118 0 0.82 0.39 0.24 328.5 0.7 0.45
Hex C2 22 76 0 52 27 18 148 46 2D
Octal 302 42 166 0 122 47 30 510 106 55
Binary 11000010 100010 1110110 0 1010010 100111 11000 101001000 1000110 101101

Color Harmonies of #C22276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22276

Black with #C22276

Text Example


Text Example

White with #C22276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22276; }

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

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

background-color css

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

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

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

border-color css

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

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

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