Html Css Color HEX #C81685 Medium Violet Red

📋 copy color: '#C81685'

red 200 ◦ green 22 ◦ blue 133

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

Shades of Medium Violet Red #C81685

Tints of Medium Violet Red #C81685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.2%

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

R = 56.34%
G = 6.2%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C81685 (or 0xC81685) is known color: Medium Violet Red. HEX triplet: C8, 16 and 85. RGB value is (200,22,133). Sum of RGB (Red+Green+Blue) = 200+22+133=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C81685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81685 is #37E97A. Grayscale: #575757. Windows color (decimal): -3664251 or 8722120. OLE color: 8722120.

HSL color Cylindrical-coordinate representation of color #C81685: hue angle of 322.58º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81685 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 133 -
CMYK 0 0.89 0.34 0.22
HSL 322.58º 0.8% 0.44% -
HSV(B) 322.58º 0.89% 0.78% -
XYZ 28.34 14.55 23.5 -
YUV 87.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 200 22 133 0 0.89 0.34 0.22 322.58 0.8 0.44
Hex C8 16 85 0 59 22 16 143 50 2C
Octal 310 26 205 0 131 42 26 503 120 54
Binary 11001000 10110 10000101 0 1011001 100010 10110 101000011 1010000 101100

Color Harmonies of #C81685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81685

Black with #C81685

Text Example


Text Example

White with #C81685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81685; }

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

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

background-color css

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

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

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

border-color css

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

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

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