Html Css Color HEX #CE159A Medium Violet Red

📋 copy color: '#CE159A'

red 206 ◦ green 21 ◦ blue 154

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

Shades of Medium Violet Red #CE159A

Tints of Medium Violet Red #CE159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 54.07%
G = 5.51%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE159A (or 0xCE159A) is known color: Medium Violet Red. HEX triplet: CE, 15 and 9A. RGB value is (206,21,154). Sum of RGB (Red+Green+Blue) = 206+21+154=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE159A is #31EA65. Grayscale: #5B5B5B. Windows color (decimal): -3271270 or 10098126. OLE color: 10098126.

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

Color convert

RGB 206 21 154 -
CMYK 0 0.90 0.25 0.19
HSL 316.86º 0.81% 0.45% -
HSV(B) 316.86º 0.9% 0.81% -
XYZ 31.55 15.99 32 -
YUV 91.48 163.29 209.69 -
System Red Green Blue C M Y K H S L
Decimal 206 21 154 0 0.90 0.25 0.19 316.86 0.81 0.45
Hex CE 15 9A 0 5A 19 13 13D 51 2D
Octal 316 25 232 0 132 31 23 475 121 55
Binary 11001110 10101 10011010 0 1011010 11001 10011 100111101 1010001 101101

Color Harmonies of #CE159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE159A

Black with #CE159A

Text Example


Text Example

White with #CE159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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