Html Css Color HEX #C22D77 Medium Red Violet

📋 copy color: '#C22D77'

red 194 ◦ green 45 ◦ blue 119

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

Shades of Medium Red Violet #C22D77

Tints of Medium Red Violet #C22D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 54.19%
G = 12.57%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C22D77 (or 0xC22D77) is known color: Medium Red Violet. HEX triplet: C2, 2D and 77. RGB value is (194,45,119). Sum of RGB (Red+Green+Blue) = 194+45+119=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D77 is #3DD288. Grayscale: #616161. Windows color (decimal): -4051593 or 7810498. OLE color: 7810498.

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

Color convert

RGB 194 45 119 -
CMYK 0 0.77 0.39 0.24
HSL 330.2º 0.62% 0.47% -
HSV(B) 330.2º 0.77% 0.76% -
XYZ 26.52 14.68 18.89 -
YUV 97.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 194 45 119 0 0.77 0.39 0.24 330.2 0.62 0.47
Hex C2 2D 77 0 4D 27 18 14A 3E 2F
Octal 302 55 167 0 115 47 30 512 76 57
Binary 11000010 101101 1110111 0 1001101 100111 11000 101001010 111110 101111

Color Harmonies of #C22D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D77

Black with #C22D77

Text Example


Text Example

White with #C22D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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