Html Css Color HEX #C82785 Medium Red Violet

📋 copy color: '#C82785'

red 200 ◦ green 39 ◦ blue 133

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

Shades of Medium Red Violet #C82785

Tints of Medium Red Violet #C82785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.48%

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

R = 53.76%
G = 10.48%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C82785 (or 0xC82785) is known color: Medium Red Violet. HEX triplet: C8, 27 and 85. RGB value is (200,39,133). Sum of RGB (Red+Green+Blue) = 200+39+133=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C82785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82785 is #37D87A. Grayscale: #616161. Windows color (decimal): -3659899 or 8726472. OLE color: 8726472.

HSL color Cylindrical-coordinate representation of color #C82785: hue angle of 324.97º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82785 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 133 -
CMYK 0 0.80 0.34 0.22
HSL 324.97º 0.67% 0.47% -
HSV(B) 324.97º 0.81% 0.78% -
XYZ 28.78 15.42 23.65 -
YUV 97.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 200 39 133 0 0.80 0.34 0.22 324.97 0.67 0.47
Hex C8 27 85 0 50 22 16 145 43 2F
Octal 310 47 205 0 120 42 26 505 103 57
Binary 11001000 100111 10000101 0 1010000 100010 10110 101000101 1000011 101111

Color Harmonies of #C82785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82785

Black with #C82785

Text Example


Text Example

White with #C82785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82785; }

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

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

background-color css

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

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

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

border-color css

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

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

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