Html Css Color HEX #C22B6F Medium Red Violet

📋 copy color: '#C22B6F'

red 194 ◦ green 43 ◦ blue 111

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

Shades of Medium Red Violet #C22B6F

Tints of Medium Red Violet #C22B6F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

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

R = 55.75%
G = 12.36%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C22B6F (or 0xC22B6F) is known color: Medium Red Violet. HEX triplet: C2, 2B and 6F. RGB value is (194,43,111). Sum of RGB (Red+Green+Blue) = 194+43+111=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B6F is #3DD490. Grayscale: #5F5F5F. Windows color (decimal): -4052113 or 7285698. OLE color: 7285698.

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

Color convert

RGB 194 43 111 -
CMYK 0 0.78 0.43 0.24
HSL 332.98º 0.64% 0.46% -
HSV(B) 332.98º 0.78% 0.76% -
XYZ 25.98 14.34 16.44 -
YUV 95.9 136.53 197.97 -
System Red Green Blue C M Y K H S L
Decimal 194 43 111 0 0.78 0.43 0.24 332.98 0.64 0.46
Hex C2 2B 6F 0 4E 2B 18 14D 40 2E
Octal 302 53 157 0 116 53 30 515 100 56
Binary 11000010 101011 1101111 0 1001110 101011 11000 101001101 1000000 101110

Color Harmonies of #C22B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22B6F

Black with #C22B6F

Text Example


Text Example

White with #C22B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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