Html Css Color HEX #CE028C Medium Violet Red

📋 copy color: '#CE028C'

red 206 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #CE028C

Tints of Medium Violet Red #CE028C

RGB

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

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

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

R = 59.2%
G = 0.57%
B = 40.23%

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

#CE028C (or 0xCE028C) is known color: Medium Violet Red. HEX triplet: CE, 02 and 8C. RGB value is (206,2,140). Sum of RGB (Red+Green+Blue) = 206+2+140=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE028C is #31FD73. Grayscale: #4E4E4E. Windows color (decimal): -3276148 or 9175758. OLE color: 9175758.

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

Color convert

RGB 206 2 140 -
CMYK 0 0.99 0.32 0.19
HSL 319.41º 0.98% 0.41% -
HSV(B) 319.41º 0.99% 0.81% -
XYZ 30.21 15.06 26.13 -
YUV 78.73 162.59 218.78 -
System Red Green Blue C M Y K H S L
Decimal 206 2 140 0 0.99 0.32 0.19 319.41 0.98 0.41
Hex CE 2 8C 0 63 20 13 13F 62 29
Octal 316 2 214 0 143 40 23 477 142 51
Binary 11001110 10 10001100 0 1100011 100000 10011 100111111 1100010 101001

Color Harmonies of #CE028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE028C

Black with #CE028C

Text Example


Text Example

White with #CE028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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