Html Css Color HEX #C82593 Medium Violet Red

📋 copy color: '#C82593'

red 200 ◦ green 37 ◦ blue 147

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

Shades of Medium Violet Red #C82593

Tints of Medium Violet Red #C82593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 52.08%
G = 9.64%
B = 38.28%

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

#C82593 (or 0xC82593) is known color: Medium Violet Red. HEX triplet: C8, 25 and 93. RGB value is (200,37,147). Sum of RGB (Red+Green+Blue) = 200+37+147=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C82593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82593 is #37DA6C. Grayscale: #626262. Windows color (decimal): -3660397 or 9643464. OLE color: 9643464.

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

Color convert

RGB 200 37 147 -
CMYK 0 0.82 0.26 0.22
HSL 319.51º 0.69% 0.46% -
HSV(B) 319.51º 0.82% 0.78% -
XYZ 29.75 15.71 29.07 -
YUV 98.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 200 37 147 0 0.82 0.26 0.22 319.51 0.69 0.46
Hex C8 25 93 0 52 1A 16 140 45 2E
Octal 310 45 223 0 122 32 26 500 105 56
Binary 11001000 100101 10010011 0 1010010 11010 10110 101000000 1000101 101110

Color Harmonies of #C82593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82593

Black with #C82593

Text Example


Text Example

White with #C82593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82593; }

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

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

background-color css

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

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

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

border-color css

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

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

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