Html Css Color HEX #C22472 Medium Red Violet

📋 copy color: '#C22472'

red 194 ◦ green 36 ◦ blue 114

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

Shades of Medium Red Violet #C22472

Tints of Medium Red Violet #C22472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.47%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 56.4%
G = 10.47%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C22472 (or 0xC22472) is known color: Medium Red Violet. HEX triplet: C2, 24 and 72. RGB value is (194,36,114). Sum of RGB (Red+Green+Blue) = 194+36+114=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C22472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22472 is #3DDB8D. Grayscale: #5B5B5B. Windows color (decimal): -4053902 or 7480514. OLE color: 7480514.

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

Color convert

RGB 194 36 114 -
CMYK 0 0.81 0.41 0.24
HSL 330.38º 0.69% 0.45% -
HSV(B) 330.38º 0.81% 0.76% -
XYZ 25.92 13.95 17.25 -
YUV 92.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 194 36 114 0 0.81 0.41 0.24 330.38 0.69 0.45
Hex C2 24 72 0 51 29 18 14A 45 2D
Octal 302 44 162 0 121 51 30 512 105 55
Binary 11000010 100100 1110010 0 1010001 101001 11000 101001010 1000101 101101

Color Harmonies of #C22472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22472

Black with #C22472

Text Example


Text Example

White with #C22472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22472; }

 p { color: rgb(194,36,114); }

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

background-color css

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

 a { background-color: rgb(194,36,114); }

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

border-color css

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

 span { border-color: rgb(194,36,114); }

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