Html Css Color HEX #CE158D Medium Violet Red

📋 copy color: '#CE158D'

red 206 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #CE158D

Tints of Medium Violet Red #CE158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.71%

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

R = 55.98%
G = 5.71%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CE158D (or 0xCE158D) is known color: Medium Violet Red. HEX triplet: CE, 15 and 8D. RGB value is (206,21,141). Sum of RGB (Red+Green+Blue) = 206+21+141=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE158D is #31EA72. Grayscale: #595959. Windows color (decimal): -3271283 or 9246158. OLE color: 9246158.

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

Color convert

RGB 206 21 141 -
CMYK 0 0.90 0.32 0.19
HSL 321.08º 0.81% 0.45% -
HSV(B) 321.08º 0.9% 0.81% -
XYZ 30.53 15.58 26.6 -
YUV 90 156.79 210.74 -
System Red Green Blue C M Y K H S L
Decimal 206 21 141 0 0.90 0.32 0.19 321.08 0.81 0.45
Hex CE 15 8D 0 5A 20 13 141 51 2D
Octal 316 25 215 0 132 40 23 501 121 55
Binary 11001110 10101 10001101 0 1011010 100000 10011 101000001 1010001 101101

Color Harmonies of #CE158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE158D

Black with #CE158D

Text Example


Text Example

White with #CE158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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