Html Css Color HEX #C22D72 Medium Red Violet

📋 copy color: '#C22D72'

red 194 ◦ green 45 ◦ blue 114

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

Shades of Medium Red Violet #C22D72

Tints of Medium Red Violet #C22D72

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.75%

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

R = 54.96%
G = 12.75%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C22D72 (or 0xC22D72) is known color: Medium Red Violet. HEX triplet: C2, 2D and 72. RGB value is (194,45,114). Sum of RGB (Red+Green+Blue) = 194+45+114=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D72 is #3DD28D. Grayscale: #616161. Windows color (decimal): -4051598 or 7482818. OLE color: 7482818.

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

Color convert

RGB 194 45 114 -
CMYK 0 0.77 0.41 0.24
HSL 332.21º 0.62% 0.47% -
HSV(B) 332.21º 0.77% 0.76% -
XYZ 26.22 14.56 17.35 -
YUV 97.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 194 45 114 0 0.77 0.41 0.24 332.21 0.62 0.47
Hex C2 2D 72 0 4D 29 18 14C 3E 2F
Octal 302 55 162 0 115 51 30 514 76 57
Binary 11000010 101101 1110010 0 1001101 101001 11000 101001100 111110 101111

Color Harmonies of #C22D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D72

Black with #C22D72

Text Example


Text Example

White with #C22D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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