Html Css Color HEX #C22495 Medium Violet Red

📋 copy color: '#C22495'

red 194 ◦ green 36 ◦ blue 149

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

Shades of Medium Violet Red #C22495

Tints of Medium Violet Red #C22495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 51.19%
G = 9.5%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C22495 (or 0xC22495) is known color: Medium Violet Red. HEX triplet: C2, 24 and 95. RGB value is (194,36,149). Sum of RGB (Red+Green+Blue) = 194+36+149=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C22495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22495 is #3DDB6A. Grayscale: #5F5F5F. Windows color (decimal): -4053867 or 9774274. OLE color: 9774274.

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

Color convert

RGB 194 36 149 -
CMYK 0 0.81 0.23 0.24
HSL 317.09º 0.69% 0.45% -
HSV(B) 317.09º 0.81% 0.76% -
XYZ 28.3 14.9 29.82 -
YUV 96.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 194 36 149 0 0.81 0.23 0.24 317.09 0.69 0.45
Hex C2 24 95 0 51 17 18 13D 45 2D
Octal 302 44 225 0 121 27 30 475 105 55
Binary 11000010 100100 10010101 0 1010001 10111 11000 100111101 1000101 101101

Color Harmonies of #C22495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22495

Black with #C22495

Text Example


Text Example

White with #C22495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22495; }

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

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

background-color css

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

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

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

border-color css

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

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

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