Html Css Color HEX #CE048C Medium Violet Red

📋 copy color: '#CE048C'

red 206 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #CE048C

Tints of Medium Violet Red #CE048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 58.86%
G = 1.14%
B = 40%

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

#CE048C (or 0xCE048C) is known color: Medium Violet Red. HEX triplet: CE, 04 and 8C. RGB value is (206,4,140). Sum of RGB (Red+Green+Blue) = 206+4+140=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE048C is #31FB73. Grayscale: #4F4F4F. Windows color (decimal): -3275636 or 9176270. OLE color: 9176270.

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

Color convert

RGB 206 4 140 -
CMYK 0 0.98 0.32 0.19
HSL 319.6º 0.96% 0.41% -
HSV(B) 319.6º 0.98% 0.81% -
XYZ 30.23 15.1 26.13 -
YUV 79.9 161.92 217.94 -
System Red Green Blue C M Y K H S L
Decimal 206 4 140 0 0.98 0.32 0.19 319.6 0.96 0.41
Hex CE 4 8C 0 62 20 13 140 60 29
Octal 316 4 214 0 142 40 23 500 140 51
Binary 11001110 100 10001100 0 1100010 100000 10011 101000000 1100000 101001

Color Harmonies of #CE048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE048C

Black with #CE048C

Text Example


Text Example

White with #CE048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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