Html Css Color HEX #C22582 Medium Red Violet

📋 copy color: '#C22582'

red 194 ◦ green 37 ◦ blue 130

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

Shades of Medium Red Violet #C22582

Tints of Medium Red Violet #C22582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 53.74%
G = 10.25%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C22582 (or 0xC22582) is known color: Medium Red Violet. HEX triplet: C2, 25 and 82. RGB value is (194,37,130). Sum of RGB (Red+Green+Blue) = 194+37+130=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C22582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22582 is #3DDA7D. Grayscale: #5E5E5E. Windows color (decimal): -4053630 or 8529346. OLE color: 8529346.

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

Color convert

RGB 194 37 130 -
CMYK 0 0.81 0.33 0.24
HSL 324.46º 0.68% 0.45% -
HSV(B) 324.46º 0.81% 0.76% -
XYZ 26.94 14.4 22.48 -
YUV 94.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 194 37 130 0 0.81 0.33 0.24 324.46 0.68 0.45
Hex C2 25 82 0 51 21 18 144 44 2D
Octal 302 45 202 0 121 41 30 504 104 55
Binary 11000010 100101 10000010 0 1010001 100001 11000 101000100 1000100 101101

Color Harmonies of #C22582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22582

Black with #C22582

Text Example


Text Example

White with #C22582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22582; }

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

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

background-color css

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

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

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

border-color css

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

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

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