Html Css Color HEX #C81985 Medium Violet Red

📋 copy color: '#C81985'

red 200 ◦ green 25 ◦ blue 133

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

Shades of Medium Violet Red #C81985

Tints of Medium Violet Red #C81985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 55.87%
G = 6.98%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C81985 (or 0xC81985) is known color: Medium Violet Red. HEX triplet: C8, 19 and 85. RGB value is (200,25,133). Sum of RGB (Red+Green+Blue) = 200+25+133=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C81985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81985 is #37E67A. Grayscale: #595959. Windows color (decimal): -3663483 or 8722888. OLE color: 8722888.

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

Color convert

RGB 200 25 133 -
CMYK 0 0.88 0.34 0.22
HSL 322.97º 0.78% 0.44% -
HSV(B) 322.97º 0.88% 0.78% -
XYZ 28.4 14.67 23.52 -
YUV 89.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 200 25 133 0 0.88 0.34 0.22 322.97 0.78 0.44
Hex C8 19 85 0 58 22 16 143 4E 2C
Octal 310 31 205 0 130 42 26 503 116 54
Binary 11001000 11001 10000101 0 1011000 100010 10110 101000011 1001110 101100

Color Harmonies of #C81985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81985

Black with #C81985

Text Example


Text Example

White with #C81985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81985; }

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

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

background-color css

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

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

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

border-color css

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

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

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