Html Css Color HEX #CE157F Medium Violet Red

📋 copy color: '#CE157F'

red 206 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #CE157F

Tints of Medium Violet Red #CE157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 58.19%
G = 5.93%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE157F (or 0xCE157F) is known color: Medium Violet Red. HEX triplet: CE, 15 and 7F. RGB value is (206,21,127). Sum of RGB (Red+Green+Blue) = 206+21+127=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE157F is #31EA80. Grayscale: #585858. Windows color (decimal): -3271297 or 8328654. OLE color: 8328654.

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

Color convert

RGB 206 21 127 -
CMYK 0 0.90 0.38 0.19
HSL 325.62º 0.81% 0.45% -
HSV(B) 325.62º 0.9% 0.81% -
XYZ 29.55 15.19 21.45 -
YUV 88.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 206 21 127 0 0.90 0.38 0.19 325.62 0.81 0.45
Hex CE 15 7F 0 5A 26 13 146 51 2D
Octal 316 25 177 0 132 46 23 506 121 55
Binary 11001110 10101 1111111 0 1011010 100110 10011 101000110 1010001 101101

Color Harmonies of #CE157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE157F

Black with #CE157F

Text Example


Text Example

White with #CE157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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