Html Css Color HEX #C82398 Medium Violet Red

📋 copy color: '#C82398'

red 200 ◦ green 35 ◦ blue 152

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

Shades of Medium Violet Red #C82398

Tints of Medium Violet Red #C82398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.04%

 BLUE value IS 152 (59.77% from 255) = 39.28%

R = 51.68%
G = 9.04%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C82398 (or 0xC82398) is known color: Medium Violet Red. HEX triplet: C8, 23 and 98. RGB value is (200,35,152). Sum of RGB (Red+Green+Blue) = 200+35+152=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C82398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82398 is #37DC67. Grayscale: #616161. Windows color (decimal): -3660904 or 9970632. OLE color: 9970632.

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

Color convert

RGB 200 35 152 -
CMYK 0 0.82 0.24 0.22
HSL 317.45º 0.7% 0.46% -
HSV(B) 317.45º 0.83% 0.78% -
XYZ 30.09 15.75 31.16 -
YUV 97.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 200 35 152 0 0.82 0.24 0.22 317.45 0.7 0.46
Hex C8 23 98 0 52 18 16 13D 46 2E
Octal 310 43 230 0 122 30 26 475 106 56
Binary 11001000 100011 10011000 0 1010010 11000 10110 100111101 1000110 101110

Color Harmonies of #C82398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82398

Black with #C82398

Text Example


Text Example

White with #C82398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82398; }

 p { color: rgb(200,35,152); }

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

background-color css

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

 a { background-color: rgb(200,35,152); }

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

border-color css

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

 span { border-color: rgb(200,35,152); }

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