Html Css Color HEX #CE048D Medium Violet Red

📋 copy color: '#CE048D'

red 206 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #CE048D

Tints of Medium Violet Red #CE048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 58.69%
G = 1.14%
B = 40.17%

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

#CE048D (or 0xCE048D) is known color: Medium Violet Red. HEX triplet: CE, 04 and 8D. RGB value is (206,4,141). Sum of RGB (Red+Green+Blue) = 206+4+141=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE048D is #31FB72. Grayscale: #4F4F4F. Windows color (decimal): -3275635 or 9241806. OLE color: 9241806.

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

Color convert

RGB 206 4 141 -
CMYK 0 0.98 0.32 0.19
HSL 319.31º 0.96% 0.41% -
HSV(B) 319.31º 0.98% 0.81% -
XYZ 30.3 15.13 26.52 -
YUV 80.02 162.42 217.86 -
System Red Green Blue C M Y K H S L
Decimal 206 4 141 0 0.98 0.32 0.19 319.31 0.96 0.41
Hex CE 4 8D 0 62 20 13 13F 60 29
Octal 316 4 215 0 142 40 23 477 140 51
Binary 11001110 100 10001101 0 1100010 100000 10011 100111111 1100000 101001

Color Harmonies of #CE048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE048D

Black with #CE048D

Text Example


Text Example

White with #CE048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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