Html Css Color HEX #C8087C Medium Violet Red

📋 copy color: '#C8087C'

red 200 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #C8087C

Tints of Medium Violet Red #C8087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 60.24%
G = 2.41%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8087C (or 0xC8087C) is known color: Medium Violet Red. HEX triplet: C8, 08 and 7C. RGB value is (200,8,124). Sum of RGB (Red+Green+Blue) = 200+8+124=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8087C is #37F783. Grayscale: #4E4E4E. Windows color (decimal): -3667844 or 8128712. OLE color: 8128712.

HSL color Cylindrical-coordinate representation of color #C8087C: hue angle of 323.75º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8087C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 124 -
CMYK 0 0.96 0.38 0.22
HSL 323.75º 0.92% 0.41% -
HSV(B) 323.75º 0.96% 0.78% -
XYZ 27.54 13.91 20.3 -
YUV 78.63 153.61 214.57 -
System Red Green Blue C M Y K H S L
Decimal 200 8 124 0 0.96 0.38 0.22 323.75 0.92 0.41
Hex C8 8 7C 0 60 26 16 144 5C 29
Octal 310 10 174 0 140 46 26 504 134 51
Binary 11001000 1000 1111100 0 1100000 100110 10110 101000100 1011100 101001

Color Harmonies of #C8087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8087C

Black with #C8087C

Text Example


Text Example

White with #C8087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8087C; }

 p { color: rgb(200,8,124); }

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

background-color css

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

 a { background-color: rgb(200,8,124); }

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

border-color css

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

 span { border-color: rgb(200,8,124); }

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