Html Css Color HEX #C22993 Medium Red Violet

📋 copy color: '#C22993'

red 194 ◦ green 41 ◦ blue 147

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

Shades of Medium Red Violet #C22993

Tints of Medium Red Violet #C22993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.73%

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 50.79%
G = 10.73%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C22993 (or 0xC22993) is known color: Medium Red Violet. HEX triplet: C2, 29 and 93. RGB value is (194,41,147). Sum of RGB (Red+Green+Blue) = 194+41+147=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C22993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22993 is #3DD66C. Grayscale: #626262. Windows color (decimal): -4052589 or 9644482. OLE color: 9644482.

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

Color convert

RGB 194 41 147 -
CMYK 0 0.79 0.24 0.24
HSL 318.43º 0.65% 0.46% -
HSV(B) 318.43º 0.79% 0.76% -
XYZ 28.31 15.16 29.04 -
YUV 98.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 194 41 147 0 0.79 0.24 0.24 318.43 0.65 0.46
Hex C2 29 93 0 4F 18 18 13E 41 2E
Octal 302 51 223 0 117 30 30 476 101 56
Binary 11000010 101001 10010011 0 1001111 11000 11000 100111110 1000001 101110

Color Harmonies of #C22993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22993

Black with #C22993

Text Example


Text Example

White with #C22993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22993; }

 p { color: rgb(194,41,147); }

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

background-color css

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

 a { background-color: rgb(194,41,147); }

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

border-color css

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

 span { border-color: rgb(194,41,147); }

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