Html Css Color HEX #C22D6F Medium Red Violet

📋 copy color: '#C22D6F'

red 194 ◦ green 45 ◦ blue 111

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

Shades of Medium Red Violet #C22D6F

Tints of Medium Red Violet #C22D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 55.43%
G = 12.86%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C22D6F (or 0xC22D6F) is known color: Medium Red Violet. HEX triplet: C2, 2D and 6F. RGB value is (194,45,111). Sum of RGB (Red+Green+Blue) = 194+45+111=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D6F is #3DD290. Grayscale: #606060. Windows color (decimal): -4051601 or 7286210. OLE color: 7286210.

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

Color convert

RGB 194 45 111 -
CMYK 0 0.77 0.43 0.24
HSL 333.42º 0.62% 0.47% -
HSV(B) 333.42º 0.77% 0.76% -
XYZ 26.06 14.49 16.46 -
YUV 97.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 194 45 111 0 0.77 0.43 0.24 333.42 0.62 0.47
Hex C2 2D 6F 0 4D 2B 18 14D 3E 2F
Octal 302 55 157 0 115 53 30 515 76 57
Binary 11000010 101101 1101111 0 1001101 101011 11000 101001101 111110 101111

Color Harmonies of #C22D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D6F

Black with #C22D6F

Text Example


Text Example

White with #C22D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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