Html Css Color HEX #C22590 Medium Red Violet

📋 copy color: '#C22590'

red 194 ◦ green 37 ◦ blue 144

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

Shades of Medium Red Violet #C22590

Tints of Medium Red Violet #C22590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 51.73%
G = 9.87%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C22590 (or 0xC22590) is known color: Medium Red Violet. HEX triplet: C2, 25 and 90. RGB value is (194,37,144). Sum of RGB (Red+Green+Blue) = 194+37+144=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C22590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22590 is #3DDA6F. Grayscale: #5F5F5F. Windows color (decimal): -4053616 or 9446850. OLE color: 9446850.

HSL color Cylindrical-coordinate representation of color #C22590: hue angle of 319.11º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22590 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 37 144 -
CMYK 0 0.81 0.26 0.24
HSL 319.11º 0.68% 0.45% -
HSV(B) 319.11º 0.81% 0.76% -
XYZ 27.94 14.81 27.77 -
YUV 96.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 194 37 144 0 0.81 0.26 0.24 319.11 0.68 0.45
Hex C2 25 90 0 51 1A 18 13F 44 2D
Octal 302 45 220 0 121 32 30 477 104 55
Binary 11000010 100101 10010000 0 1010001 11010 11000 100111111 1000100 101101

Color Harmonies of #C22590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22590

Black with #C22590

Text Example


Text Example

White with #C22590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22590; }

 p { color: rgb(194,37,144); }

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

background-color css

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

 a { background-color: rgb(194,37,144); }

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

border-color css

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

 span { border-color: rgb(194,37,144); }

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