Html Css Color HEX #CE058B Medium Violet Red

📋 copy color: '#CE058B'

red 206 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #CE058B

Tints of Medium Violet Red #CE058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 58.86%
G = 1.43%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE058B (or 0xCE058B) is known color: Medium Violet Red. HEX triplet: CE, 05 and 8B. RGB value is (206,5,139). Sum of RGB (Red+Green+Blue) = 206+5+139=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE058B is #31FA74. Grayscale: #505050. Windows color (decimal): -3275381 or 9110990. OLE color: 9110990.

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

Color convert

RGB 206 5 139 -
CMYK 0 0.98 0.33 0.19
HSL 320º 0.95% 0.41% -
HSV(B) 320º 0.98% 0.81% -
XYZ 30.17 15.09 25.75 -
YUV 80.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 206 5 139 0 0.98 0.33 0.19 320 0.95 0.41
Hex CE 5 8B 0 62 21 13 140 5F 29
Octal 316 5 213 0 142 41 23 500 137 51
Binary 11001110 101 10001011 0 1100010 100001 10011 101000000 1011111 101001

Color Harmonies of #CE058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE058B

Black with #CE058B

Text Example


Text Example

White with #CE058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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