Html Css Color HEX #C82590 Medium Violet Red

📋 copy color: '#C82590'

red 200 ◦ green 37 ◦ blue 144

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

Shades of Medium Violet Red #C82590

Tints of Medium Violet Red #C82590

RGB

 RED value IS 200 (78.52% from 255) = 52.49%

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 52.49%
G = 9.71%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C82590 (or 0xC82590) is known color: Medium Violet Red. HEX triplet: C8, 25 and 90. RGB value is (200,37,144). Sum of RGB (Red+Green+Blue) = 200+37+144=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C82590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82590 is #37DA6F. Grayscale: #616161. Windows color (decimal): -3660400 or 9446856. OLE color: 9446856.

HSL color Cylindrical-coordinate representation of color #C82590: hue angle of 320.61º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82590 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 144 -
CMYK 0 0.82 0.28 0.22
HSL 320.61º 0.69% 0.46% -
HSV(B) 320.61º 0.82% 0.78% -
XYZ 29.52 15.62 27.84 -
YUV 97.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 200 37 144 0 0.82 0.28 0.22 320.61 0.69 0.46
Hex C8 25 90 0 52 1C 16 141 45 2E
Octal 310 45 220 0 122 34 26 501 105 56
Binary 11001000 100101 10010000 0 1010010 11100 10110 101000001 1000101 101110

Color Harmonies of #C82590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82590

Black with #C82590

Text Example


Text Example

White with #C82590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82590; }

 p { color: rgb(200,37,144); }

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

background-color css

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

 a { background-color: rgb(200,37,144); }

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

border-color css

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

 span { border-color: rgb(200,37,144); }

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