Html Css Color HEX #CE157E Medium Violet Red

📋 copy color: '#CE157E'

red 206 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #CE157E

Tints of Medium Violet Red #CE157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 58.36%
G = 5.95%
B = 35.69%

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

#CE157E (or 0xCE157E) is known color: Medium Violet Red. HEX triplet: CE, 15 and 7E. RGB value is (206,21,126). Sum of RGB (Red+Green+Blue) = 206+21+126=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE157E is #31EA81. Grayscale: #585858. Windows color (decimal): -3271298 or 8263118. OLE color: 8263118.

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

Color convert

RGB 206 21 126 -
CMYK 0 0.90 0.39 0.19
HSL 325.95º 0.81% 0.45% -
HSV(B) 325.95º 0.9% 0.81% -
XYZ 29.49 15.16 21.11 -
YUV 88.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 206 21 126 0 0.90 0.39 0.19 325.95 0.81 0.45
Hex CE 15 7E 0 5A 27 13 146 51 2D
Octal 316 25 176 0 132 47 23 506 121 55
Binary 11001110 10101 1111110 0 1011010 100111 10011 101000110 1010001 101101

Color Harmonies of #CE157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE157E

Black with #CE157E

Text Example


Text Example

White with #CE157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE157E; }

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

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

background-color css

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

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

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

border-color css

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

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

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