Html Css Color HEX #CE157D Medium Violet Red

📋 copy color: '#CE157D'

red 206 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #CE157D

Tints of Medium Violet Red #CE157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 58.52%
G = 5.97%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE157D (or 0xCE157D) is known color: Medium Violet Red. HEX triplet: CE, 15 and 7D. RGB value is (206,21,125). Sum of RGB (Red+Green+Blue) = 206+21+125=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE157D is #31EA82. Grayscale: #575757. Windows color (decimal): -3271299 or 8197582. OLE color: 8197582.

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

Color convert

RGB 206 21 125 -
CMYK 0 0.90 0.39 0.19
HSL 326.27º 0.81% 0.45% -
HSV(B) 326.27º 0.9% 0.81% -
XYZ 29.42 15.14 20.77 -
YUV 88.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 206 21 125 0 0.90 0.39 0.19 326.27 0.81 0.45
Hex CE 15 7D 0 5A 27 13 146 51 2D
Octal 316 25 175 0 132 47 23 506 121 55
Binary 11001110 10101 1111101 0 1011010 100111 10011 101000110 1010001 101101

Color Harmonies of #CE157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE157D

Black with #CE157D

Text Example


Text Example

White with #CE157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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