Html Css Color HEX #C8057F Medium Violet Red

📋 copy color: '#C8057F'

red 200 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #C8057F

Tints of Medium Violet Red #C8057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 60.24%
G = 1.51%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8057F (or 0xC8057F) is known color: Medium Violet Red. HEX triplet: C8, 05 and 7F. RGB value is (200,5,127). Sum of RGB (Red+Green+Blue) = 200+5+127=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8057F is #37FA80. Grayscale: #4C4C4C. Windows color (decimal): -3668609 or 8324552. OLE color: 8324552.

HSL color Cylindrical-coordinate representation of color #C8057F: hue angle of 322.46º 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 #C8057F is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 127 -
CMYK 0 0.98 0.36 0.22
HSL 322.46º 0.95% 0.4% -
HSV(B) 322.46º 0.98% 0.78% -
XYZ 27.7 13.92 21.31 -
YUV 77.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 200 5 127 0 0.98 0.36 0.22 322.46 0.95 0.4
Hex C8 5 7F 0 62 24 16 142 5F 28
Octal 310 5 177 0 142 44 26 502 137 50
Binary 11001000 101 1111111 0 1100010 100100 10110 101000010 1011111 101000

Color Harmonies of #C8057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8057F

Black with #C8057F

Text Example


Text Example

White with #C8057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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