Html Css Color HEX #C82594 Medium Violet Red

📋 copy color: '#C82594'

red 200 ◦ green 37 ◦ blue 148

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

Shades of Medium Violet Red #C82594

Tints of Medium Violet Red #C82594

RGB

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

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

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

R = 51.95%
G = 9.61%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C82594 (or 0xC82594) is known color: Medium Violet Red. HEX triplet: C8, 25 and 94. RGB value is (200,37,148). Sum of RGB (Red+Green+Blue) = 200+37+148=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C82594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82594 is #37DA6B. Grayscale: #626262. Windows color (decimal): -3660396 or 9709000. OLE color: 9709000.

HSL color Cylindrical-coordinate representation of color #C82594: hue angle of 319.14º 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 #C82594 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 148 -
CMYK 0 0.82 0.26 0.22
HSL 319.14º 0.69% 0.46% -
HSV(B) 319.14º 0.82% 0.78% -
XYZ 29.83 15.74 29.48 -
YUV 98.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 200 37 148 0 0.82 0.26 0.22 319.14 0.69 0.46
Hex C8 25 94 0 52 1A 16 13F 45 2E
Octal 310 45 224 0 122 32 26 477 105 56
Binary 11001000 100101 10010100 0 1010010 11010 10110 100111111 1000101 101110

Color Harmonies of #C82594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82594

Black with #C82594

Text Example


Text Example

White with #C82594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82594; }

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

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

background-color css

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

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

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

border-color css

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

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

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