Html Css Color HEX #C22073 Medium Violet Red

📋 copy color: '#C22073'

red 194 ◦ green 32 ◦ blue 115

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

Shades of Medium Violet Red #C22073

Tints of Medium Violet Red #C22073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.38%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 56.89%
G = 9.38%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C22073 (or 0xC22073) is known color: Medium Violet Red. HEX triplet: C2, 20 and 73. RGB value is (194,32,115). Sum of RGB (Red+Green+Blue) = 194+32+115=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C22073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22073 is #3DDF8C. Grayscale: #595959. Windows color (decimal): -4054925 or 7545026. OLE color: 7545026.

HSL color Cylindrical-coordinate representation of color #C22073: hue angle of 329.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22073 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 115 -
CMYK 0 0.84 0.41 0.24
HSL 329.26º 0.72% 0.44% -
HSV(B) 329.26º 0.84% 0.76% -
XYZ 25.86 13.74 17.51 -
YUV 89.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 194 32 115 0 0.84 0.41 0.24 329.26 0.72 0.44
Hex C2 20 73 0 54 29 18 149 48 2C
Octal 302 40 163 0 124 51 30 511 110 54
Binary 11000010 100000 1110011 0 1010100 101001 11000 101001001 1001000 101100

Color Harmonies of #C22073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22073

Black with #C22073

Text Example


Text Example

White with #C22073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22073; }

 p { color: rgb(194,32,115); }

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

background-color css

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

 a { background-color: rgb(194,32,115); }

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

border-color css

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

 span { border-color: rgb(194,32,115); }

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