Html Css Color HEX #C82287 Medium Violet Red

📋 copy color: '#C82287'

red 200 ◦ green 34 ◦ blue 135

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

Shades of Medium Violet Red #C82287

Tints of Medium Violet Red #C82287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.21%

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 54.2%
G = 9.21%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C82287 (or 0xC82287) is known color: Medium Violet Red. HEX triplet: C8, 22 and 87. RGB value is (200,34,135). Sum of RGB (Red+Green+Blue) = 200+34+135=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C82287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82287 is #37DD78. Grayscale: #5E5E5E. Windows color (decimal): -3661177 or 8856264. OLE color: 8856264.

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

Color convert

RGB 200 34 135 -
CMYK 0 0.83 0.32 0.22
HSL 323.49º 0.71% 0.46% -
HSV(B) 323.49º 0.83% 0.78% -
XYZ 28.76 15.17 24.33 -
YUV 95.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 200 34 135 0 0.83 0.32 0.22 323.49 0.71 0.46
Hex C8 22 87 0 53 20 16 143 47 2E
Octal 310 42 207 0 123 40 26 503 107 56
Binary 11001000 100010 10000111 0 1010011 100000 10110 101000011 1000111 101110

Color Harmonies of #C82287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82287

Black with #C82287

Text Example


Text Example

White with #C82287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82287; }

 p { color: rgb(200,34,135); }

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

background-color css

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

 a { background-color: rgb(200,34,135); }

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

border-color css

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

 span { border-color: rgb(200,34,135); }

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