Html Css Color HEX #C22D97 Medium Red Violet

📋 copy color: '#C22D97'

red 194 ◦ green 45 ◦ blue 151

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

Shades of Medium Red Violet #C22D97

Tints of Medium Red Violet #C22D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.72%

R = 49.74%
G = 11.54%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C22D97 (or 0xC22D97) is known color: Medium Red Violet. HEX triplet: C2, 2D and 97. RGB value is (194,45,151). Sum of RGB (Red+Green+Blue) = 194+45+151=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22D97 is #3DD268. Grayscale: #656565. Windows color (decimal): -4051561 or 9907650. OLE color: 9907650.

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

Color convert

RGB 194 45 151 -
CMYK 0 0.77 0.22 0.24
HSL 317.32º 0.62% 0.47% -
HSV(B) 317.32º 0.77% 0.76% -
XYZ 28.77 15.58 30.77 -
YUV 101.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 194 45 151 0 0.77 0.22 0.24 317.32 0.62 0.47
Hex C2 2D 97 0 4D 16 18 13D 3E 2F
Octal 302 55 227 0 115 26 30 475 76 57
Binary 11000010 101101 10010111 0 1001101 10110 11000 100111101 111110 101111

Color Harmonies of #C22D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D97

Black with #C22D97

Text Example


Text Example

White with #C22D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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