Html Css Color HEX #C22277 Medium Violet Red

📋 copy color: '#C22277'

red 194 ◦ green 34 ◦ blue 119

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

Shades of Medium Violet Red #C22277

Tints of Medium Violet Red #C22277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 55.91%
G = 9.8%
B = 34.29%

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

#C22277 (or 0xC22277) is known color: Medium Violet Red. HEX triplet: C2, 22 and 77. RGB value is (194,34,119). Sum of RGB (Red+Green+Blue) = 194+34+119=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C22277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22277 is #3DDD88. Grayscale: #5B5B5B. Windows color (decimal): -4054409 or 7807682. OLE color: 7807682.

HSL color Cylindrical-coordinate representation of color #C22277: hue angle of 328.12º 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 #C22277 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 119 -
CMYK 0 0.82 0.39 0.24
HSL 328.13º 0.7% 0.45% -
HSV(B) 328.13º 0.82% 0.76% -
XYZ 26.15 13.95 18.77 -
YUV 91.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 194 34 119 0 0.82 0.39 0.24 328.13 0.7 0.45
Hex C2 22 77 0 52 27 18 148 46 2D
Octal 302 42 167 0 122 47 30 510 106 55
Binary 11000010 100010 1110111 0 1010010 100111 11000 101001000 1000110 101101

Color Harmonies of #C22277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22277

Black with #C22277

Text Example


Text Example

White with #C22277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22277; }

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

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

background-color css

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

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

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

border-color css

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

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

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