Html Css Color HEX #C22490 Medium Violet Red

📋 copy color: '#C22490'

red 194 ◦ green 36 ◦ blue 144

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

Shades of Medium Violet Red #C22490

Tints of Medium Violet Red #C22490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.63%

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

R = 51.87%
G = 9.63%
B = 38.5%

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

#C22490 (or 0xC22490) is known color: Medium Violet Red. HEX triplet: C2, 24 and 90. RGB value is (194,36,144). Sum of RGB (Red+Green+Blue) = 194+36+144=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C22490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22490 is #3DDB6F. Grayscale: #5F5F5F. Windows color (decimal): -4053872 or 9446594. OLE color: 9446594.

HSL color Cylindrical-coordinate representation of color #C22490: hue angle of 318.99º degrees, saturation: 0.69, 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 #C22490 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 36 144 -
CMYK 0 0.81 0.26 0.24
HSL 318.99º 0.69% 0.45% -
HSV(B) 318.99º 0.81% 0.76% -
XYZ 27.91 14.74 27.76 -
YUV 95.55 155.35 198.22 -
System Red Green Blue C M Y K H S L
Decimal 194 36 144 0 0.81 0.26 0.24 318.99 0.69 0.45
Hex C2 24 90 0 51 1A 18 13F 45 2D
Octal 302 44 220 0 121 32 30 477 105 55
Binary 11000010 100100 10010000 0 1010001 11010 11000 100111111 1000101 101101

Color Harmonies of #C22490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22490

Black with #C22490

Text Example


Text Example

White with #C22490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22490; }

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

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

background-color css

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

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

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

border-color css

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

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

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