Html Css Color HEX #C8058D Medium Violet Red

📋 copy color: '#C8058D'

red 200 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #C8058D

Tints of Medium Violet Red #C8058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 57.8%
G = 1.45%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8058D (or 0xC8058D) is known color: Medium Violet Red. HEX triplet: C8, 05 and 8D. RGB value is (200,5,141). Sum of RGB (Red+Green+Blue) = 200+5+141=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8058D is #37FA72. Grayscale: #4E4E4E. Windows color (decimal): -3668595 or 9242056. OLE color: 9242056.

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

Color convert

RGB 200 5 141 -
CMYK 0 0.98 0.29 0.22
HSL 318.15º 0.95% 0.4% -
HSV(B) 318.15º 0.98% 0.78% -
XYZ 28.68 14.31 26.45 -
YUV 78.81 163.1 214.44 -
System Red Green Blue C M Y K H S L
Decimal 200 5 141 0 0.98 0.29 0.22 318.15 0.95 0.4
Hex C8 5 8D 0 62 1D 16 13E 5F 28
Octal 310 5 215 0 142 35 26 476 137 50
Binary 11001000 101 10001101 0 1100010 11101 10110 100111110 1011111 101000

Color Harmonies of #C8058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8058D

Black with #C8058D

Text Example


Text Example

White with #C8058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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