Html Css Color HEX #CE029C Medium Violet Red

📋 copy color: '#CE029C'

red 206 ◦ green 2 ◦ blue 156

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

Shades of Medium Violet Red #CE029C

Tints of Medium Violet Red #CE029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 56.59%
G = 0.55%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CE029C (or 0xCE029C) is known color: Medium Violet Red. HEX triplet: CE, 02 and 9C. RGB value is (206,2,156). Sum of RGB (Red+Green+Blue) = 206+2+156=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE029C is #31FD63. Grayscale: #505050. Windows color (decimal): -3276132 or 10224334. OLE color: 10224334.

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

Color convert

RGB 206 2 156 -
CMYK 0 0.99 0.24 0.19
HSL 314.71º 0.98% 0.41% -
HSV(B) 314.71º 0.99% 0.81% -
XYZ 31.48 15.57 32.8 -
YUV 80.55 170.59 217.48 -
System Red Green Blue C M Y K H S L
Decimal 206 2 156 0 0.99 0.24 0.19 314.71 0.98 0.41
Hex CE 2 9C 0 63 18 13 13B 62 29
Octal 316 2 234 0 143 30 23 473 142 51
Binary 11001110 10 10011100 0 1100011 11000 10011 100111011 1100010 101001

Color Harmonies of #CE029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE029C

Black with #CE029C

Text Example


Text Example

White with #CE029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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