Html Css Color HEX #C80187 Medium Violet Red

📋 copy color: '#C80187'

red 200 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #C80187

Tints of Medium Violet Red #C80187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 59.52%
G = 0.3%
B = 40.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C80187 (or 0xC80187) is known color: Medium Violet Red. HEX triplet: C8, 01 and 87. RGB value is (200,1,135). Sum of RGB (Red+Green+Blue) = 200+1+135=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C80187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80187 is #37FE78. Grayscale: #4B4B4B. Windows color (decimal): -3669625 or 8847816. OLE color: 8847816.

HSL color Cylindrical-coordinate representation of color #C80187: hue angle of 319.6º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80187 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 135 -
CMYK 0 1.00 0.32 0.22
HSL 319.6º 0.99% 0.39% -
HSV(B) 319.6º 1% 0.78% -
XYZ 28.2 14.05 24.15 -
YUV 75.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 200 1 135 0 1.00 0.32 0.22 319.6 0.99 0.39
Hex C8 1 87 0 64 20 16 140 63 27
Octal 310 1 207 0 144 40 26 500 143 47
Binary 11001000 1 10000111 0 1100100 100000 10110 101000000 1100011 100111

Color Harmonies of #C80187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80187

Black with #C80187

Text Example


Text Example

White with #C80187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80187; }

 p { color: rgb(200,1,135); }

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

background-color css

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

 a { background-color: rgb(200,1,135); }

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

border-color css

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

 span { border-color: rgb(200,1,135); }

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