Html Css Color HEX #C22580 Medium Red Violet

📋 copy color: '#C22580'

red 194 ◦ green 37 ◦ blue 128

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

Shades of Medium Red Violet #C22580

Tints of Medium Red Violet #C22580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 54.04%
G = 10.31%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C22580 (or 0xC22580) is known color: Medium Red Violet. HEX triplet: C2, 25 and 80. RGB value is (194,37,128). Sum of RGB (Red+Green+Blue) = 194+37+128=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C22580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22580 is #3DDA7F. Grayscale: #5E5E5E. Windows color (decimal): -4053632 or 8398274. OLE color: 8398274.

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

Color convert

RGB 194 37 128 -
CMYK 0 0.81 0.34 0.24
HSL 325.22º 0.68% 0.45% -
HSV(B) 325.22º 0.81% 0.76% -
XYZ 26.81 14.35 21.78 -
YUV 94.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 194 37 128 0 0.81 0.34 0.24 325.22 0.68 0.45
Hex C2 25 80 0 51 22 18 145 44 2D
Octal 302 45 200 0 121 42 30 505 104 55
Binary 11000010 100101 10000000 0 1010001 100010 11000 101000101 1000100 101101

Color Harmonies of #C22580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22580

Black with #C22580

Text Example


Text Example

White with #C22580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22580; }

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

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

background-color css

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

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

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

border-color css

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

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

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