Html Css Color HEX #C22594 Medium Red Violet

📋 copy color: '#C22594'

red 194 ◦ green 37 ◦ blue 148

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

Shades of Medium Red Violet #C22594

Tints of Medium Red Violet #C22594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 51.19%
G = 9.76%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C22594 (or 0xC22594) is known color: Medium Red Violet. HEX triplet: C2, 25 and 94. RGB value is (194,37,148). Sum of RGB (Red+Green+Blue) = 194+37+148=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C22594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22594 is #3DDA6B. Grayscale: #606060. Windows color (decimal): -4053612 or 9708994. OLE color: 9708994.

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

Color convert

RGB 194 37 148 -
CMYK 0 0.81 0.24 0.24
HSL 317.58º 0.68% 0.45% -
HSV(B) 317.58º 0.81% 0.76% -
XYZ 28.26 14.93 29.41 -
YUV 96.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 194 37 148 0 0.81 0.24 0.24 317.58 0.68 0.45
Hex C2 25 94 0 51 18 18 13E 44 2D
Octal 302 45 224 0 121 30 30 476 104 55
Binary 11000010 100101 10010100 0 1010001 11000 11000 100111110 1000100 101101

Color Harmonies of #C22594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22594

Black with #C22594

Text Example


Text Example

White with #C22594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22594; }

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

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

background-color css

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

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

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

border-color css

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

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

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