Html Css Color HEX #C22376 Medium Violet Red

📋 copy color: '#C22376'

red 194 ◦ green 35 ◦ blue 118

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

Shades of Medium Violet Red #C22376

Tints of Medium Violet Red #C22376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

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

R = 55.91%
G = 10.09%
B = 34.01%

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

#C22376 (or 0xC22376) is known color: Medium Violet Red. HEX triplet: C2, 23 and 76. RGB value is (194,35,118). Sum of RGB (Red+Green+Blue) = 194+35+118=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C22376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22376 is #3DDC89. Grayscale: #5B5B5B. Windows color (decimal): -4054154 or 7742402. OLE color: 7742402.

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

Color convert

RGB 194 35 118 -
CMYK 0 0.82 0.39 0.24
HSL 328.68º 0.69% 0.45% -
HSV(B) 328.68º 0.82% 0.76% -
XYZ 26.12 13.98 18.46 -
YUV 92 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 194 35 118 0 0.82 0.39 0.24 328.68 0.69 0.45
Hex C2 23 76 0 52 27 18 149 45 2D
Octal 302 43 166 0 122 47 30 511 105 55
Binary 11000010 100011 1110110 0 1010010 100111 11000 101001001 1000101 101101

Color Harmonies of #C22376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22376

Black with #C22376

Text Example


Text Example

White with #C22376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22376; }

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

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

background-color css

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

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

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

border-color css

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

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

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