Html Css Color HEX #C22973 Medium Red Violet

📋 copy color: '#C22973'

red 194 ◦ green 41 ◦ blue 115

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

Shades of Medium Red Violet #C22973

Tints of Medium Red Violet #C22973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.71%

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

R = 55.43%
G = 11.71%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C22973 (or 0xC22973) is known color: Medium Red Violet. HEX triplet: C2, 29 and 73. RGB value is (194,41,115). Sum of RGB (Red+Green+Blue) = 194+41+115=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C22973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22973 is #3DD68C. Grayscale: #5F5F5F. Windows color (decimal): -4052621 or 7547330. OLE color: 7547330.

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

Color convert

RGB 194 41 115 -
CMYK 0 0.79 0.41 0.24
HSL 330.98º 0.65% 0.46% -
HSV(B) 330.98º 0.79% 0.76% -
XYZ 26.14 14.29 17.6 -
YUV 95.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 194 41 115 0 0.79 0.41 0.24 330.98 0.65 0.46
Hex C2 29 73 0 4F 29 18 14B 41 2E
Octal 302 51 163 0 117 51 30 513 101 56
Binary 11000010 101001 1110011 0 1001111 101001 11000 101001011 1000001 101110

Color Harmonies of #C22973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22973

Black with #C22973

Text Example


Text Example

White with #C22973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22973; }

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

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

background-color css

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

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

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

border-color css

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

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

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