Html Css Color HEX #C22595 Medium Violet Red

📋 copy color: '#C22595'

red 194 ◦ green 37 ◦ blue 149

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

Shades of Medium Violet Red #C22595

Tints of Medium Violet Red #C22595

RGB

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

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

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

R = 51.05%
G = 9.74%
B = 39.21%

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

#C22595 (or 0xC22595) is known color: Medium Violet Red. HEX triplet: C2, 25 and 95. RGB value is (194,37,149). Sum of RGB (Red+Green+Blue) = 194+37+149=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C22595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22595 is #3DDA6A. Grayscale: #606060. Windows color (decimal): -4053611 or 9774530. OLE color: 9774530.

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

Color convert

RGB 194 37 149 -
CMYK 0 0.81 0.23 0.24
HSL 317.2º 0.68% 0.45% -
HSV(B) 317.2º 0.81% 0.76% -
XYZ 28.33 14.96 29.83 -
YUV 96.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 194 37 149 0 0.81 0.23 0.24 317.2 0.68 0.45
Hex C2 25 95 0 51 17 18 13D 44 2D
Octal 302 45 225 0 121 27 30 475 104 55
Binary 11000010 100101 10010101 0 1010001 10111 11000 100111101 1000100 101101

Color Harmonies of #C22595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22595

Black with #C22595

Text Example


Text Example

White with #C22595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22595; }

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

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

background-color css

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

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

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

border-color css

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

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

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