Html Css Color HEX #CE058D Medium Violet Red

📋 copy color: '#CE058D'

red 206 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #CE058D

Tints of Medium Violet Red #CE058D

RGB

 RED value IS 206 (80.86% from 255) = 58.52%

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

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

R = 58.52%
G = 1.42%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE058D (or 0xCE058D) is known color: Medium Violet Red. HEX triplet: CE, 05 and 8D. RGB value is (206,5,141). Sum of RGB (Red+Green+Blue) = 206+5+141=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE058D is #31FA72. Grayscale: #505050. Windows color (decimal): -3275379 or 9242062. OLE color: 9242062.

HSL color Cylindrical-coordinate representation of color #CE058D: hue angle of 319.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE058D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 141 -
CMYK 0 0.98 0.32 0.19
HSL 319.4º 0.95% 0.41% -
HSV(B) 319.4º 0.98% 0.81% -
XYZ 30.32 15.15 26.53 -
YUV 80.6 162.09 217.44 -
System Red Green Blue C M Y K H S L
Decimal 206 5 141 0 0.98 0.32 0.19 319.4 0.95 0.41
Hex CE 5 8D 0 62 20 13 13F 5F 29
Octal 316 5 215 0 142 40 23 477 137 51
Binary 11001110 101 10001101 0 1100010 100000 10011 100111111 1011111 101001

Color Harmonies of #CE058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE058D

Black with #CE058D

Text Example


Text Example

White with #CE058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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