Html Css Color HEX #C22974 Medium Red Violet

📋 copy color: '#C22974'

red 194 ◦ green 41 ◦ blue 116

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

Shades of Medium Red Violet #C22974

Tints of Medium Red Violet #C22974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 55.27%
G = 11.68%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C22974 (or 0xC22974) is known color: Medium Red Violet. HEX triplet: C2, 29 and 74. RGB value is (194,41,116). Sum of RGB (Red+Green+Blue) = 194+41+116=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C22974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22974 is #3DD68B. Grayscale: #5F5F5F. Windows color (decimal): -4052620 or 7612866. OLE color: 7612866.

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

Color convert

RGB 194 41 116 -
CMYK 0 0.79 0.40 0.24
HSL 330.59º 0.65% 0.46% -
HSV(B) 330.59º 0.79% 0.76% -
XYZ 26.19 14.32 17.91 -
YUV 95.3 139.69 198.4 -
System Red Green Blue C M Y K H S L
Decimal 194 41 116 0 0.79 0.40 0.24 330.59 0.65 0.46
Hex C2 29 74 0 4F 28 18 14B 41 2E
Octal 302 51 164 0 117 50 30 513 101 56
Binary 11000010 101001 1110100 0 1001111 101000 11000 101001011 1000001 101110

Color Harmonies of #C22974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22974

Black with #C22974

Text Example


Text Example

White with #C22974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22974; }

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

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

background-color css

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

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

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

border-color css

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

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

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