Html Css Color HEX #C81585 Medium Violet Red

📋 copy color: '#C81585'

red 200 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #C81585

Tints of Medium Violet Red #C81585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.93%

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

R = 56.5%
G = 5.93%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C81585 (or 0xC81585) is known color: Medium Violet Red. HEX triplet: C8, 15 and 85. RGB value is (200,21,133). Sum of RGB (Red+Green+Blue) = 200+21+133=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C81585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81585 is #37EA7A. Grayscale: #575757. Windows color (decimal): -3664507 or 8721864. OLE color: 8721864.

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

Color convert

RGB 200 21 133 -
CMYK 0 0.90 0.34 0.22
HSL 322.46º 0.81% 0.43% -
HSV(B) 322.46º 0.9% 0.78% -
XYZ 28.32 14.51 23.5 -
YUV 87.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 200 21 133 0 0.90 0.34 0.22 322.46 0.81 0.43
Hex C8 15 85 0 5A 22 16 142 51 2B
Octal 310 25 205 0 132 42 26 502 121 53
Binary 11001000 10101 10000101 0 1011010 100010 10110 101000010 1010001 101011

Color Harmonies of #C81585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81585

Black with #C81585

Text Example


Text Example

White with #C81585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81585; }

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

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

background-color css

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

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

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

border-color css

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

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

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