Html Css Color HEX #C22A72 Medium Red Violet

📋 copy color: '#C22A72'

red 194 ◦ green 42 ◦ blue 114

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

Shades of Medium Red Violet #C22A72

Tints of Medium Red Violet #C22A72

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12%

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

R = 55.43%
G = 12%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C22A72 (or 0xC22A72) is known color: Medium Red Violet. HEX triplet: C2, 2A and 72. RGB value is (194,42,114). Sum of RGB (Red+Green+Blue) = 194+42+114=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A72 is #3DD58D. Grayscale: #5F5F5F. Windows color (decimal): -4052366 or 7482050. OLE color: 7482050.

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

Color convert

RGB 194 42 114 -
CMYK 0 0.78 0.41 0.24
HSL 331.58º 0.64% 0.46% -
HSV(B) 331.58º 0.78% 0.76% -
XYZ 26.11 14.34 17.31 -
YUV 95.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 194 42 114 0 0.78 0.41 0.24 331.58 0.64 0.46
Hex C2 2A 72 0 4E 29 18 14C 40 2E
Octal 302 52 162 0 116 51 30 514 100 56
Binary 11000010 101010 1110010 0 1001110 101001 11000 101001100 1000000 101110

Color Harmonies of #C22A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A72

Black with #C22A72

Text Example


Text Example

White with #C22A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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