Html Css Color HEX #CE028D Medium Violet Red

📋 copy color: '#CE028D'

red 206 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #CE028D

Tints of Medium Violet Red #CE028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 59.03%
G = 0.57%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE028D (or 0xCE028D) is known color: Medium Violet Red. HEX triplet: CE, 02 and 8D. RGB value is (206,2,141). Sum of RGB (Red+Green+Blue) = 206+2+141=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE028D is #31FD72. Grayscale: #4E4E4E. Windows color (decimal): -3276147 or 9241294. OLE color: 9241294.

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

Color convert

RGB 206 2 141 -
CMYK 0 0.99 0.32 0.19
HSL 319.12º 0.98% 0.41% -
HSV(B) 319.12º 0.99% 0.81% -
XYZ 30.28 15.09 26.52 -
YUV 78.84 163.09 218.7 -
System Red Green Blue C M Y K H S L
Decimal 206 2 141 0 0.99 0.32 0.19 319.12 0.98 0.41
Hex CE 2 8D 0 63 20 13 13F 62 29
Octal 316 2 215 0 143 40 23 477 142 51
Binary 11001110 10 10001101 0 1100011 100000 10011 100111111 1100010 101001

Color Harmonies of #CE028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE028D

Black with #CE028D

Text Example


Text Example

White with #CE028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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