Html Css Color HEX #C8057C Medium Violet Red

📋 copy color: '#C8057C'

red 200 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #C8057C

Tints of Medium Violet Red #C8057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

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

R = 60.79%
G = 1.52%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8057C (or 0xC8057C) is known color: Medium Violet Red. HEX triplet: C8, 05 and 7C. RGB value is (200,5,124). Sum of RGB (Red+Green+Blue) = 200+5+124=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8057C is #37FA83. Grayscale: #4C4C4C. Windows color (decimal): -3668612 or 8127944. OLE color: 8127944.

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

Color convert

RGB 200 5 124 -
CMYK 0 0.98 0.38 0.22
HSL 323.38º 0.95% 0.4% -
HSV(B) 323.38º 0.98% 0.78% -
XYZ 27.51 13.84 20.29 -
YUV 76.87 154.6 215.82 -
System Red Green Blue C M Y K H S L
Decimal 200 5 124 0 0.98 0.38 0.22 323.38 0.95 0.4
Hex C8 5 7C 0 62 26 16 143 5F 28
Octal 310 5 174 0 142 46 26 503 137 50
Binary 11001000 101 1111100 0 1100010 100110 10110 101000011 1011111 101000

Color Harmonies of #C8057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8057C

Black with #C8057C

Text Example


Text Example

White with #C8057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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