Html Css Color HEX #CE028A Medium Violet Red

📋 copy color: '#CE028A'

red 206 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #CE028A

Tints of Medium Violet Red #CE028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 59.54%
G = 0.58%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE028A (or 0xCE028A) is known color: Medium Violet Red. HEX triplet: CE, 02 and 8A. RGB value is (206,2,138). Sum of RGB (Red+Green+Blue) = 206+2+138=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE028A is #31FD75. Grayscale: #4E4E4E. Windows color (decimal): -3276150 or 9044686. OLE color: 9044686.

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

Color convert

RGB 206 2 138 -
CMYK 0 0.99 0.33 0.19
HSL 320º 0.98% 0.41% -
HSV(B) 320º 0.99% 0.81% -
XYZ 30.06 15 25.36 -
YUV 78.5 161.59 218.94 -
System Red Green Blue C M Y K H S L
Decimal 206 2 138 0 0.99 0.33 0.19 320 0.98 0.41
Hex CE 2 8A 0 63 21 13 140 62 29
Octal 316 2 212 0 143 41 23 500 142 51
Binary 11001110 10 10001010 0 1100011 100001 10011 101000000 1100010 101001

Color Harmonies of #CE028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE028A

Black with #CE028A

Text Example


Text Example

White with #CE028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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