Html Css Color HEX #CE029B Medium Violet Red

📋 copy color: '#CE029B'

red 206 ◦ green 2 ◦ blue 155

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

Shades of Medium Violet Red #CE029B

Tints of Medium Violet Red #CE029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 56.75%
G = 0.55%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE029B (or 0xCE029B) is known color: Medium Violet Red. HEX triplet: CE, 02 and 9B. RGB value is (206,2,155). Sum of RGB (Red+Green+Blue) = 206+2+155=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE029B is #31FD64. Grayscale: #505050. Windows color (decimal): -3276133 or 10158798. OLE color: 10158798.

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

Color convert

RGB 206 2 155 -
CMYK 0 0.99 0.25 0.19
HSL 315º 0.98% 0.41% -
HSV(B) 315º 0.99% 0.81% -
XYZ 31.39 15.53 32.35 -
YUV 80.44 170.09 217.56 -
System Red Green Blue C M Y K H S L
Decimal 206 2 155 0 0.99 0.25 0.19 315 0.98 0.41
Hex CE 2 9B 0 63 19 13 13B 62 29
Octal 316 2 233 0 143 31 23 473 142 51
Binary 11001110 10 10011011 0 1100011 11001 10011 100111011 1100010 101001

Color Harmonies of #CE029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE029B

Black with #CE029B

Text Example


Text Example

White with #CE029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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