Html Css Color HEX #CE049E Medium Violet Red

📋 copy color: '#CE049E'

red 206 ◦ green 4 ◦ blue 158

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

Shades of Medium Violet Red #CE049E

Tints of Medium Violet Red #CE049E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.93%

R = 55.98%
G = 1.09%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE049E (or 0xCE049E) is known color: Medium Violet Red. HEX triplet: CE, 04 and 9E. RGB value is (206,4,158). Sum of RGB (Red+Green+Blue) = 206+4+158=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE049E is #31FB61. Grayscale: #515151. Windows color (decimal): -3275618 or 10355918. OLE color: 10355918.

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

Color convert

RGB 206 4 158 -
CMYK 0 0.98 0.23 0.19
HSL 314.26º 0.96% 0.41% -
HSV(B) 314.26º 0.98% 0.81% -
XYZ 31.67 15.68 33.7 -
YUV 81.95 170.92 216.48 -
System Red Green Blue C M Y K H S L
Decimal 206 4 158 0 0.98 0.23 0.19 314.26 0.96 0.41
Hex CE 4 9E 0 62 17 13 13A 60 29
Octal 316 4 236 0 142 27 23 472 140 51
Binary 11001110 100 10011110 0 1100010 10111 10011 100111010 1100000 101001

Color Harmonies of #CE049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE049E

Black with #CE049E

Text Example


Text Example

White with #CE049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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