Html Css Color HEX #C82485 Medium Violet Red

📋 copy color: '#C82485'

red 200 ◦ green 36 ◦ blue 133

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

Shades of Medium Violet Red #C82485

Tints of Medium Violet Red #C82485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.76%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 54.2%
G = 9.76%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C82485 (or 0xC82485) is known color: Medium Violet Red. HEX triplet: C8, 24 and 85. RGB value is (200,36,133). Sum of RGB (Red+Green+Blue) = 200+36+133=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C82485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82485 is #37DB7A. Grayscale: #5F5F5F. Windows color (decimal): -3660667 or 8725704. OLE color: 8725704.

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

Color convert

RGB 200 36 133 -
CMYK 0 0.82 0.34 0.22
HSL 324.51º 0.69% 0.46% -
HSV(B) 324.51º 0.82% 0.78% -
XYZ 28.68 15.23 23.62 -
YUV 96.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 200 36 133 0 0.82 0.34 0.22 324.51 0.69 0.46
Hex C8 24 85 0 52 22 16 145 45 2E
Octal 310 44 205 0 122 42 26 505 105 56
Binary 11001000 100100 10000101 0 1010010 100010 10110 101000101 1000101 101110

Color Harmonies of #C82485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82485

Black with #C82485

Text Example


Text Example

White with #C82485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82485; }

 p { color: rgb(200,36,133); }

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

background-color css

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

 a { background-color: rgb(200,36,133); }

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

border-color css

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

 span { border-color: rgb(200,36,133); }

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