Html Css Color HEX #C22591 Medium Red Violet

📋 copy color: '#C22591'

red 194 ◦ green 37 ◦ blue 145

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

Shades of Medium Red Violet #C22591

Tints of Medium Red Violet #C22591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 51.6%
G = 9.84%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C22591 (or 0xC22591) is known color: Medium Red Violet. HEX triplet: C2, 25 and 91. RGB value is (194,37,145). Sum of RGB (Red+Green+Blue) = 194+37+145=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C22591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22591 is #3DDA6E. Grayscale: #5F5F5F. Windows color (decimal): -4053615 or 9512386. OLE color: 9512386.

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

Color convert

RGB 194 37 145 -
CMYK 0 0.81 0.25 0.24
HSL 318.73º 0.68% 0.45% -
HSV(B) 318.73º 0.81% 0.76% -
XYZ 28.02 14.84 28.18 -
YUV 96.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 194 37 145 0 0.81 0.25 0.24 318.73 0.68 0.45
Hex C2 25 91 0 51 19 18 13F 44 2D
Octal 302 45 221 0 121 31 30 477 104 55
Binary 11000010 100101 10010001 0 1010001 11001 11000 100111111 1000100 101101

Color Harmonies of #C22591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22591

Black with #C22591

Text Example


Text Example

White with #C22591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22591; }

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

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

background-color css

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

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

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

border-color css

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

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

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