Html Css Color HEX #CE157C Medium Violet Red

📋 copy color: '#CE157C'

red 206 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #CE157C

Tints of Medium Violet Red #CE157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 58.69%
G = 5.98%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE157C (or 0xCE157C) is known color: Medium Violet Red. HEX triplet: CE, 15 and 7C. RGB value is (206,21,124). Sum of RGB (Red+Green+Blue) = 206+21+124=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE157C is #31EA83. Grayscale: #575757. Windows color (decimal): -3271300 or 8132046. OLE color: 8132046.

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

Color convert

RGB 206 21 124 -
CMYK 0 0.90 0.40 0.19
HSL 326.59º 0.81% 0.45% -
HSV(B) 326.59º 0.9% 0.81% -
XYZ 29.36 15.11 20.44 -
YUV 88.06 148.29 212.12 -
System Red Green Blue C M Y K H S L
Decimal 206 21 124 0 0.90 0.40 0.19 326.59 0.81 0.45
Hex CE 15 7C 0 5A 28 13 147 51 2D
Octal 316 25 174 0 132 50 23 507 121 55
Binary 11001110 10101 1111100 0 1011010 101000 10011 101000111 1010001 101101

Color Harmonies of #CE157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE157C

Black with #CE157C

Text Example


Text Example

White with #CE157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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